#1C5330

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

Shades of Kaitoke Green #1C5330

Tints of Kaitoke Green #1C5330

Color information

#1C5330 (or 0x1C5330) is unknown color: approx Kaitoke Green. HEX triplet: 1C, 53 and 30. RGB value is (28,83,48). Sum of RGB (Red+Green+Blue) = 28+83+48=159 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.61% from 159); Green value is 83 (32.81% from 255 or 52.20% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 83 - color contains mainly: green. Hex color #1C5330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5330 is #E3ACCF. Grayscale: #3E3E3E. Windows color (decimal): -14920912 or 3167004. OLE color: 3167004.

HSL color Cylindrical-coordinate representation of color #1C5330: hue angle of 141.82º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C5330 is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB288348-
CMYK0.6600.420.67
HSL141.82º49.55%21.76%-
HSV(B)141.82º66.27%32.55%-
XYZ4.116.653.86-
YUV62.56119.78103.35-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.61%
GREEN value IS 83 (32.81% from 255) = 52.20%
BLUE value IS 48 (19.14% from 255) = 30.19%
R=17.61%
G=52.20%
B=30.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2883480.6600.420.67141.8249.5521.76
Hex1C53304202A438e3216
Octal34123601020521032166226
Binary1110010100111100001000010010101010000111000111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,83,48); }

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

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

 a { background-color: rgb(28,83,48); }

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

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

 span { border-color: rgb(28,83,48); }

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