#267A29

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

Shades of Japanese Laurel #267A29

Tints of Japanese Laurel #267A29

Color information

#267A29 (or 0x267A29) is unknown color: approx Japanese Laurel. HEX triplet: 26, 7A and 29. RGB value is (38,122,41). Sum of RGB (Red+Green+Blue) = 38+122+41=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 122 (48.05% from 255 or 60.70% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 122 - color contains mainly: green. Hex color #267A29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267A29 is #D985D6. Grayscale: #575757. Windows color (decimal): -14255575 or 2718246. OLE color: 2718246.

HSL color Cylindrical-coordinate representation of color #267A29: hue angle of 122.14º 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 #267A29 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB3812241-
CMYK0.6900.660.52
HSL122.14º52.5%31.37%-
HSV(B)122.14º68.85%47.84%-
XYZ8.1614.494.46-
YUV87.65101.6792.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.91%
GREEN value IS 122 (48.05% from 255) = 60.70%
BLUE value IS 41 (16.41% from 255) = 20.40%
R=18.91%
G=60.70%
B=20.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38122410.6900.660.52122.1452.531.37
Hex267A2945042347a341f
Octal46172511050102641726437
Binary1001101111010101001100010101000010110100111101011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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