Html Css Color HEX #1C4C29 Kaitoke Green

📋 copy color: '#1C4C29'

red 28 ◦ green 76 ◦ blue 41

#1C4C29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kaitoke Green #1C4C29

Tints of Kaitoke Green #1C4C29

RGB

 RED value IS 28 (11.33% from 255) = 19.31%

 GREEN value IS 76 (30.08% from 255) = 52.41%

 BLUE value IS 41 (16.41% from 255) = 28.28%

R = 19.31%
G = 52.41%
B = 28.28%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.46

 K value IS 0.70

RGB Variations

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

Color information

#1C4C29 (or 0x1C4C29) is known color: Kaitoke Green. HEX triplet: 1C, 4C and 29. RGB value is (28,76,41). Sum of RGB (Red+Green+Blue) = 28+76+41=145 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.31% from 145); Green value is 76 (30.08% from 255 or 52.41% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 76 - color contains mainly: green. Hex color #1C4C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4C29 is #E3B3D6. Grayscale: #393939. Windows color (decimal): -14922711 or 2706460. OLE color: 2706460.

HSL color Cylindrical-coordinate representation of color #1C4C29: hue angle of 136.25º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1C4C29 is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.70.

Color convert

RGB 28 76 41 -
CMYK 0.63 0 0.46 0.70
HSL 136.25º 0.46% 0.2% -
HSV(B) 136.25º 0.63% 0.3% -
XYZ 3.46 5.58 2.99 -
YUV 57.66 118.6 106.85 -
System Red Green Blue C M Y K H S L
Decimal 28 76 41 0.63 0 0.46 0.70 136.25 0.46 0.2
Hex 1C 4C 29 3F 0 2E 46 88 2E 14
Octal 34 114 51 77 0 56 106 210 56 24
Binary 11100 1001100 101001 111111 0 101110 1000110 10001000 101110 10100

Color Harmonies of #1C4C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4C29

Black with #1C4C29

Text Example


Text Example

White with #1C4C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,76,41); }

 H1.HeaderClassName
 {
   color: #1C4C29;
 }
 .AnyTagClassName
 {
   color: #1C4C29;
 }
</style>

background-color css

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

 a { background-color: rgb(28,76,41); }

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

border-color css

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

 span { border-color: rgb(28,76,41); }

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