Html Css Color HEX #294C33 Kaitoke Green

📋 copy color: '#294C33'

red 41 ◦ green 76 ◦ blue 51

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

Shades of Kaitoke Green #294C33

Tints of Kaitoke Green #294C33

RGB

 RED value IS 41 (16.41% from 255) = 24.4%

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

 BLUE value IS 51 (20.31% from 255) = 30.36%

R = 24.4%
G = 45.24%
B = 30.36%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.33

 K value IS 0.70

RGB Variations

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

Color information

#294C33 (or 0x294C33) is known color: Kaitoke Green. HEX triplet: 29, 4C and 33. RGB value is (41,76,51). Sum of RGB (Red+Green+Blue) = 41+76+51=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 76 (30.08% from 255 or 45.24% from 168); Blue value is 51 (20.31% from 255 or 30.36% from 168); Max value from RGB is 76 - color contains mainly: green. Hex color #294C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294C33 is #D6B3CC. Grayscale: #3E3E3E. Windows color (decimal): -14070733 or 3361833. OLE color: 3361833.

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

Color convert

RGB 41 76 51 -
CMYK 0.46 0 0.33 0.70
HSL 137.14º 0.3% 0.23% -
HSV(B) 137.14º 0.46% 0.3% -
XYZ 4.1 5.88 4.05 -
YUV 62.69 121.4 112.53 -
System Red Green Blue C M Y K H S L
Decimal 41 76 51 0.46 0 0.33 0.70 137.14 0.3 0.23
Hex 29 4C 33 2E 0 21 46 89 1E 17
Octal 51 114 63 56 0 41 106 211 36 27
Binary 101001 1001100 110011 101110 0 100001 1000110 10001001 11110 10111

Color Harmonies of #294C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294C33

Black with #294C33

Text Example


Text Example

White with #294C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294C33; }

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

 H1.HeaderClassName
 {
   color: #294C33;
 }
 .AnyTagClassName
 {
   color: #294C33;
 }
</style>

background-color css

<style>
 a { background-color: #294C33; }

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

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

border-color css

<style>
 span { border-color: #294C33; }

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

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