#26772D

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

Shades of Japanese Laurel #26772D

Tints of Japanese Laurel #26772D

Color information

#26772D (or 0x26772D) is unknown color: approx Japanese Laurel. HEX triplet: 26, 77 and 2D. RGB value is (38,119,45). Sum of RGB (Red+Green+Blue) = 38+119+45=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 119 (46.88% from 255 or 58.91% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 119 - color contains mainly: green. Hex color #26772D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26772D is #D988D2. Grayscale: #565656. Windows color (decimal): -14256339 or 2979622. OLE color: 2979622.

HSL color Cylindrical-coordinate representation of color #26772D: hue angle of 125.19º 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 #26772D is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB3811945-
CMYK0.6800.620.53
HSL125.19º51.59%30.78%-
HSV(B)125.19º68.07%46.67%-
XYZ7.8713.84.73-
YUV86.34104.6693.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.81%
GREEN value IS 119 (46.88% from 255) = 58.91%
BLUE value IS 45 (17.97% from 255) = 22.28%
R=18.81%
G=58.91%
B=22.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38119450.6800.620.53125.1951.5930.78
Hex26772D4403E357d341f
Octal4616755104076651756437
Binary100110111011110110110001000111110110101111110111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26772D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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