#1E502D

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

Shades of Kaitoke Green #1E502D

Tints of Kaitoke Green #1E502D

Color information

#1E502D (or 0x1E502D) is unknown color: approx Kaitoke Green. HEX triplet: 1E, 50 and 2D. RGB value is (30,80,45). Sum of RGB (Red+Green+Blue) = 30+80+45=155 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.35% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #1E502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E502D is #E1AFD2. Grayscale: #3D3D3D. Windows color (decimal): -14790611 or 2969630. OLE color: 2969630.

HSL color Cylindrical-coordinate representation of color #1E502D: hue angle of 138º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E502D is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB308045-
CMYK0.6200.440.69
HSL138º45.45%21.57%-
HSV(B)138º62.5%31.37%-
XYZ3.886.23.48-
YUV61.06118.94105.85-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.35%
GREEN value IS 80 (31.64% from 255) = 51.61%
BLUE value IS 45 (17.97% from 255) = 29.03%
R=19.35%
G=51.61%
B=29.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3080450.6200.440.6913845.4521.57
Hex1E502D3E02C458a2d16
Octal3612055760541052125526
Binary111101010000101101111110010110010001011000101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,80,45); }

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

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

 a { background-color: rgb(30,80,45); }

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

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

 span { border-color: rgb(30,80,45); }

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