#1C502B

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

Shades of Kaitoke Green #1C502B

Tints of Kaitoke Green #1C502B

Color information

#1C502B (or 0x1C502B) is unknown color: approx Kaitoke Green. HEX triplet: 1C, 50 and 2B. RGB value is (28,80,43). Sum of RGB (Red+Green+Blue) = 28+80+43=151 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.54% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #1C502B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C502B is #E3AFD4. Grayscale: #3C3C3C. Windows color (decimal): -14921685 or 2838556. OLE color: 2838556.

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

Color convert

RGB288043-
CMYK0.6500.460.69
HSL137.31º48.15%21.18%-
HSV(B)137.31º65%31.37%-
XYZ3.786.163.27-
YUV60.23118.27105.01-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.54%
GREEN value IS 80 (31.64% from 255) = 52.98%
BLUE value IS 43 (17.19% from 255) = 28.48%
R=18.54%
G=52.98%
B=28.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2880430.6500.460.69137.3148.1521.18
Hex1C502B4102E45893015
Octal34120531010561052116025
Binary1110010100001010111000001010111010001011000100111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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