#1D502B

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

Shades of Kaitoke Green #1D502B

Tints of Kaitoke Green #1D502B

Color information

#1D502B (or 0x1D502B) is unknown color: approx Kaitoke Green. HEX triplet: 1D, 50 and 2B. RGB value is (29,80,43). Sum of RGB (Red+Green+Blue) = 29+80+43=152 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.08% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #1D502B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D502B is #E2AFD4. Grayscale: #3C3C3C. Windows color (decimal): -14856149 or 2838557. OLE color: 2838557.

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

Color convert

RGB298043-
CMYK0.6400.460.69
HSL136.47º46.79%21.37%-
HSV(B)136.47º63.75%31.37%-
XYZ3.816.173.28-
YUV60.53118.1105.51-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.08%
GREEN value IS 80 (31.64% from 255) = 52.63%
BLUE value IS 43 (17.19% from 255) = 28.29%
R=19.08%
G=52.63%
B=28.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2980430.6400.460.69136.4746.7921.37
Hex1D502B4002E45882f15
Octal35120531000561052105725
Binary1110110100001010111000000010111010001011000100010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,80,43); }

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

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

 a { background-color: rgb(29,80,43); }

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

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

 span { border-color: rgb(29,80,43); }

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