#1D5030

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

Shades of Kaitoke Green #1D5030

Tints of Kaitoke Green #1D5030

Color information

#1D5030 (or 0x1D5030) is unknown color: approx Kaitoke Green. HEX triplet: 1D, 50 and 30. RGB value is (29,80,48). Sum of RGB (Red+Green+Blue) = 29+80+48=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #1D5030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5030 is #E2AFCF. Grayscale: #3D3D3D. Windows color (decimal): -14856144 or 3166237. OLE color: 3166237.

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

Color convert

RGB298048-
CMYK0.6400.400.69
HSL142.35º46.79%21.37%-
HSV(B)142.35º63.75%31.37%-
XYZ3.916.213.79-
YUV61.1120.6105.1-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.47%
GREEN value IS 80 (31.64% from 255) = 50.96%
BLUE value IS 48 (19.14% from 255) = 30.57%
R=18.47%
G=50.96%
B=30.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2980480.6400.400.69142.3546.7921.37
Hex1D503040028458e2f15
Octal35120601000501052165725
Binary1110110100001100001000000010100010001011000111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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