#1C4D2F

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

Shades of Kaitoke Green #1C4D2F

Tints of Kaitoke Green #1C4D2F

Color information

#1C4D2F (or 0x1C4D2F) is unknown color: approx Kaitoke Green. HEX triplet: 1C, 4D and 2F. RGB value is (28,77,47). Sum of RGB (Red+Green+Blue) = 28+77+47=152 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.42% from 152); Green value is 77 (30.47% from 255 or 50.66% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 77 - color contains mainly: green. Hex color #1C4D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C4D2F is #E3B2D0. Grayscale: #3B3B3B. Windows color (decimal): -14922449 or 3099932. OLE color: 3099932.

HSL color Cylindrical-coordinate representation of color #1C4D2F: hue angle of 143.27º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1C4D2F is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.

Color convert

RGB287747-
CMYK0.6400.390.70
HSL143.27º46.67%20.59%-
HSV(B)143.27º63.64%30.2%-
XYZ3.655.763.61-
YUV58.93121.27105.94-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.42%
GREEN value IS 77 (30.47% from 255) = 50.66%
BLUE value IS 47 (18.75% from 255) = 30.92%
R=18.42%
G=50.66%
B=30.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2877470.6400.390.70143.2746.6720.59
Hex1C4D2F40027468f2f15
Octal34115571000471062175725
Binary1110010011011011111000000010011110001101000111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,77,47); }

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

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

 a { background-color: rgb(28,77,47); }

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

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

 span { border-color: rgb(28,77,47); }

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