#267C27

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

Shades of Japanese Laurel #267C27

Tints of Japanese Laurel #267C27

Color information

#267C27 (or 0x267C27) is unknown color: approx Japanese Laurel. HEX triplet: 26, 7C and 27. RGB value is (38,124,39). Sum of RGB (Red+Green+Blue) = 38+124+39=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 124 (48.83% from 255 or 61.69% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 124 - color contains mainly: green. Hex color #267C27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267C27 is #D983D8. Grayscale: #585858. Windows color (decimal): -14255065 or 2587686. OLE color: 2587686.

HSL color Cylindrical-coordinate representation of color #267C27: hue angle of 120.7º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267C27 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB3812439-
CMYK0.6900.690.51
HSL120.7º53.09%31.76%-
HSV(B)120.7º69.35%48.63%-
XYZ8.3714.974.37-
YUV88.6100.0191.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.91%
GREEN value IS 124 (48.83% from 255) = 61.69%
BLUE value IS 39 (15.62% from 255) = 19.40%
R=18.91%
G=61.69%
B=19.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38124390.6900.690.51120.753.0931.76
Hex267C274504533793520
Octal46174471050105631716540
Binary10011011111001001111000101010001011100111111001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267C27; }

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

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

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

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

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

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

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

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