#267827

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

Shades of Japanese Laurel #267827

Tints of Japanese Laurel #267827

Color information

#267827 (or 0x267827) is unknown color: approx Japanese Laurel. HEX triplet: 26, 78 and 27. RGB value is (38,120,39). Sum of RGB (Red+Green+Blue) = 38+120+39=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 120 (47.27% from 255 or 60.91% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 120 - color contains mainly: green. Hex color #267827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267827 is #D987D8. Grayscale: #565656. Windows color (decimal): -14256089 or 2586662. OLE color: 2586662.

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

Color convert

RGB3812039-
CMYK0.6800.670.53
HSL120.73º51.9%30.98%-
HSV(B)120.73º68.33%47.06%-
XYZ7.8813.994.2-
YUV86.25101.3393.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.29%
GREEN value IS 120 (47.27% from 255) = 60.91%
BLUE value IS 39 (15.62% from 255) = 19.80%
R=19.29%
G=60.91%
B=19.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38120390.6800.670.53120.7351.930.98
Hex267827440433579341f
Octal46170471040103651716437
Binary1001101111000100111100010001000011110101111100111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267827; }

 p { color: rgb(38,120,39); }

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

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

 a { background-color: rgb(38,120,39); }

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

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

 span { border-color: rgb(38,120,39); }

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