#1D4F2B

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

Shades of Kaitoke Green #1D4F2B

Tints of Kaitoke Green #1D4F2B

Color information

#1D4F2B (or 0x1D4F2B) is unknown color: approx Kaitoke Green. HEX triplet: 1D, 4F and 2B. RGB value is (29,79,43). Sum of RGB (Red+Green+Blue) = 29+79+43=151 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.21% from 151); Green value is 79 (31.25% from 255 or 52.32% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 79 - color contains mainly: green. Hex color #1D4F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D4F2B is #E2B0D4. Grayscale: #3C3C3C. Windows color (decimal): -14856405 or 2838301. OLE color: 2838301.

HSL color Cylindrical-coordinate representation of color #1D4F2B: hue angle of 136.8º 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 #1D4F2B is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB297943-
CMYK0.6300.460.69
HSL136.8º46.3%21.18%-
HSV(B)136.8º63.29%30.98%-
XYZ3.746.033.25-
YUV59.95118.44105.93-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.21%
GREEN value IS 79 (31.25% from 255) = 52.32%
BLUE value IS 43 (17.19% from 255) = 28.48%
R=19.21%
G=52.32%
B=28.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2979430.6300.460.69136.846.321.18
Hex1D4F2B3F02E45892e15
Octal3511753770561052115625
Binary111011001111101011111111010111010001011000100110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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