#26792F

Color #26792F Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #26792F

Tints of Japanese Laurel #26792F

Color information

#26792F (or 0x26792F) is unknown color: approx Japanese Laurel. HEX triplet: 26, 79 and 2F. RGB value is (38,121,47). Sum of RGB (Red+Green+Blue) = 38+121+47=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 121 (47.66% from 255 or 58.74% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 121 - color contains mainly: green. Hex color #26792F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26792F is #D986D0. Grayscale: #575757. Windows color (decimal): -14255825 or 3111206. OLE color: 3111206.

HSL color Cylindrical-coordinate representation of color #26792F: hue angle of 126.51º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26792F is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB3812147-
CMYK0.6900.610.53
HSL126.51º52.2%31.18%-
HSV(B)126.51º68.6%47.45%-
XYZ8.1514.295.02-
YUV87.7510592.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 18.45%
GREEN value IS 121 (47.66% from 255) = 58.74%
BLUE value IS 47 (18.75% from 255) = 22.82%
R=18.45%
G=58.74%
B=22.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38121470.6900.610.53126.5152.231.18
Hex26792F4503D357f341f
Octal4617157105075651776437
Binary100110111100110111110001010111101110101111111111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26792F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26792F; }

 p { color: rgb(38,121,47); }

 H1.HeaderClassName
 {
   color: #26792F;
 }
 .AnyTagClassName
 {
   color: #26792F;
 }
</style>
background-color css

<style>
 a { background-color: #26792F; }

 a { background-color: rgb(38,121,47); }

 div.DivClassName
 {
   background-color: #26792F;
 }
 .BgClassName
 {
   background-color: #26792F;
 }
</style>
border-color css

<style>
 span { border-color: #26792F; }

 span { border-color: rgb(38,121,47); }

 td.TdClassName
 {
   border-color: #26792F;
 }
 .TagClassName
 {
   border-color: #26792F;
 }
</style>