#1D4E26

Color #1D4E26 Kaitoke Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kaitoke Green #1D4E26

Tints of Kaitoke Green #1D4E26

Color information

#1D4E26 (or 0x1D4E26) is unknown color: approx Kaitoke Green. HEX triplet: 1D, 4E and 26. RGB value is (29,78,38). Sum of RGB (Red+Green+Blue) = 29+78+38=145 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20% from 145); Green value is 78 (30.86% from 255 or 53.79% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 78 - color contains mainly: green. Hex color #1D4E26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D4E26 is #E2B1D9. Grayscale: #3A3A3A. Windows color (decimal): -14856666 or 2510365. OLE color: 2510365.

HSL color Cylindrical-coordinate representation of color #1D4E26: hue angle of 131.02º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D4E26 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB297838-
CMYK0.6300.510.69
HSL131.02º45.79%20.98%-
HSV(B)131.02º62.82%30.59%-
XYZ3.585.852.77-
YUV58.79116.27106.75-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20%
GREEN value IS 78 (30.86% from 255) = 53.79%
BLUE value IS 38 (15.23% from 255) = 26.21%
R=20%
G=53.79%
B=26.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2978380.6300.510.69131.0245.7920.98
Hex1D4E263F03345832e15
Octal3511646770631052035625
Binary111011001110100110111111011001110001011000001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D4E26; }

 p { color: rgb(29,78,38); }

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

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

 a { background-color: rgb(29,78,38); }

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

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

 span { border-color: rgb(29,78,38); }

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