#26772f

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

Shades of Japanese Laurel #26772F

Tints of Japanese Laurel #26772F

Color information

#26772F (or 0x26772F) is unknown color: approx Japanese Laurel. HEX triplet: 26, 77 and 2F. RGB value is (38,119,47). Sum of RGB (Red+Green+Blue) = 38+119+47=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 119 (46.88% from 255 or 58.33% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 119 - color contains mainly: green. Hex color #26772F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26772F is #D988D0. Grayscale: #565656. Windows color (decimal): -14256337 or 3110694. OLE color: 3110694.

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

Color convert

RGB3811947-
CMYK0.6800.610.53
HSL126.67º51.59%30.78%-
HSV(B)126.67º68.07%46.67%-
XYZ7.9113.814.94-
YUV86.57105.6693.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.63%
GREEN value IS 119 (46.88% from 255) = 58.33%
BLUE value IS 47 (18.75% from 255) = 23.04%
R=18.63%
G=58.33%
B=23.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38119470.6800.610.53126.6751.5930.78
Hex26772F4403D357f341f
Octal4616757104075651776437
Binary100110111011110111110001000111101110101111111111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26772f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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