#1C512E

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

Shades of Kaitoke Green #1C512E

Tints of Kaitoke Green #1C512E

Color information

#1C512E (or 0x1C512E) is unknown color: approx Kaitoke Green. HEX triplet: 1C, 51 and 2E. RGB value is (28,81,46). Sum of RGB (Red+Green+Blue) = 28+81+46=155 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.06% from 155); Green value is 81 (32.03% from 255 or 52.26% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 81 - color contains mainly: green. Hex color #1C512E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C512E is #E3AED1. Grayscale: #3D3D3D. Windows color (decimal): -14921426 or 3035420. OLE color: 3035420.

HSL color Cylindrical-coordinate representation of color #1C512E: hue angle of 140.38º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C512E is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB288146-
CMYK0.6500.430.68
HSL140.38º48.62%21.37%-
HSV(B)140.38º65.43%31.76%-
XYZ3.916.333.6-
YUV61.16119.44104.35-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.06%
GREEN value IS 81 (32.03% from 255) = 52.26%
BLUE value IS 46 (18.36% from 255) = 29.68%
R=18.06%
G=52.26%
B=29.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2881460.6500.430.68140.3848.6221.37
Hex1C512E4102B448c3115
Octal34121561010531042146125
Binary1110010100011011101000001010101110001001000110011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C512E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,81,46); }

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

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

 a { background-color: rgb(28,81,46); }

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

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

 span { border-color: rgb(28,81,46); }

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