#267A27

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

Shades of Japanese Laurel #267A27

Tints of Japanese Laurel #267A27

Color information

#267A27 (or 0x267A27) is unknown color: approx Japanese Laurel. HEX triplet: 26, 7A and 27. RGB value is (38,122,39). Sum of RGB (Red+Green+Blue) = 38+122+39=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 122 (48.05% from 255 or 61.31% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 122 - color contains mainly: green. Hex color #267A27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267A27 is #D985D8. Grayscale: #575757. Windows color (decimal): -14255577 or 2587174. OLE color: 2587174.

HSL color Cylindrical-coordinate representation of color #267A27: hue angle of 120.71º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267A27 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.52.

Color convert

RGB3812239-
CMYK0.6900.680.52
HSL120.71º52.5%31.37%-
HSV(B)120.71º68.85%47.84%-
XYZ8.1314.484.29-
YUV87.42100.6792.75-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.10%
GREEN value IS 122 (48.05% from 255) = 61.31%
BLUE value IS 39 (15.62% from 255) = 19.60%
R=19.10%
G=61.31%
B=19.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38122390.6900.680.52120.7152.531.37
Hex267A27450443479341f
Octal46172471050104641716437
Binary1001101111010100111100010101000100110100111100111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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