Html Css Color HEX #294C34 Kaitoke Green

📋 copy color: '#294C34'

red 41 ◦ green 76 ◦ blue 52

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

Shades of Kaitoke Green #294C34

Tints of Kaitoke Green #294C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 30.77%

R = 24.26%
G = 44.97%
B = 30.77%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.32

 K value IS 0.70

RGB Variations

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

Color information

#294C34 (or 0x294C34) is known color: Kaitoke Green. HEX triplet: 29, 4C and 34. RGB value is (41,76,52). Sum of RGB (Red+Green+Blue) = 41+76+52=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 76 (30.08% from 255 or 44.97% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 76 - color contains mainly: green. Hex color #294C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294C34 is #D6B3CB. Grayscale: #3E3E3E. Windows color (decimal): -14070732 or 3427369. OLE color: 3427369.

HSL color Cylindrical-coordinate representation of color #294C34: hue angle of 138.86º 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 #294C34 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.

Color convert

RGB 41 76 52 -
CMYK 0.46 0 0.32 0.70
HSL 138.86º 0.3% 0.23% -
HSV(B) 138.86º 0.46% 0.3% -
XYZ 4.12 5.89 4.17 -
YUV 62.8 121.9 112.45 -
System Red Green Blue C M Y K H S L
Decimal 41 76 52 0.46 0 0.32 0.70 138.86 0.3 0.23
Hex 29 4C 34 2E 0 20 46 8B 1E 17
Octal 51 114 64 56 0 40 106 213 36 27
Binary 101001 1001100 110100 101110 0 100000 1000110 10001011 11110 10111

Color Harmonies of #294C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294C34

Black with #294C34

Text Example


Text Example

White with #294C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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