#26772B

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

Shades of Japanese Laurel #26772B

Tints of Japanese Laurel #26772B

Color information

#26772B (or 0x26772B) is unknown color: approx Japanese Laurel. HEX triplet: 26, 77 and 2B. RGB value is (38,119,43). Sum of RGB (Red+Green+Blue) = 38+119+43=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 119 (46.88% from 255 or 59.5% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 119 - color contains mainly: green. Hex color #26772B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26772B is #D988D4. Grayscale: #565656. Windows color (decimal): -14256341 or 2848550. OLE color: 2848550.

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

Color convert

RGB3811943-
CMYK0.6800.640.53
HSL123.7º51.59%30.78%-
HSV(B)123.7º68.07%46.67%-
XYZ7.8313.784.53-
YUV86.12103.6693.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19%
GREEN value IS 119 (46.88% from 255) = 59.5%
BLUE value IS 43 (17.19% from 255) = 21.5%
R=19%
G=59.5%
B=21.5%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38119430.6800.640.53123.751.5930.78
Hex26772B44040357c341f
Octal46167531040100651746437
Binary1001101110111101011100010001000000110101111110011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26772B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26772B; }

 p { color: rgb(38,119,43); }

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

<style>
 a { background-color: #26772B; }

 a { background-color: rgb(38,119,43); }

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

<style>
 span { border-color: #26772B; }

 span { border-color: rgb(38,119,43); }

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