#1D4F30

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

Shades of Kaitoke Green #1D4F30

Tints of Kaitoke Green #1D4F30

Color information

#1D4F30 (or 0x1D4F30) is unknown color: approx Kaitoke Green. HEX triplet: 1D, 4F and 30. RGB value is (29,79,48). Sum of RGB (Red+Green+Blue) = 29+79+48=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 79 (31.25% from 255 or 50.64% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 79 - color contains mainly: green. Hex color #1D4F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D4F30 is #E2B0CF. Grayscale: #3C3C3C. Windows color (decimal): -14856400 or 3165981. OLE color: 3165981.

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

Color convert

RGB297948-
CMYK0.6300.390.69
HSL142.8º46.3%21.18%-
HSV(B)142.8º63.29%30.98%-
XYZ3.846.073.77-
YUV60.52120.94105.52-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.59%
GREEN value IS 79 (31.25% from 255) = 50.64%
BLUE value IS 48 (19.14% from 255) = 30.77%
R=18.59%
G=50.64%
B=30.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2979480.6300.390.69142.846.321.18
Hex1D4F303F027458f2e15
Octal3511760770471052175625
Binary111011001111110000111111010011110001011000111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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