Html Css Color HEX #294C36 Kaitoke Green

📋 copy color: '#294C36'

red 41 ◦ green 76 ◦ blue 54

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

Shades of Kaitoke Green #294C36

Tints of Kaitoke Green #294C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 31.58%

R = 23.98%
G = 44.44%
B = 31.58%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.29

 K value IS 0.70

RGB Variations

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

Color information

#294C36 (or 0x294C36) is known color: Kaitoke Green. HEX triplet: 29, 4C and 36. RGB value is (41,76,54). Sum of RGB (Red+Green+Blue) = 41+76+54=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 54 (21.48% from 255 or 31.58% from 171); Max value from RGB is 76 - color contains mainly: green. Hex color #294C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294C36 is #D6B3C9. Grayscale: #3F3F3F. Windows color (decimal): -14070730 or 3558441. OLE color: 3558441.

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

Color convert

RGB 41 76 54 -
CMYK 0.46 0 0.29 0.70
HSL 142.29º 0.3% 0.23% -
HSV(B) 142.29º 0.46% 0.3% -
XYZ 4.16 5.91 4.41 -
YUV 63.03 122.9 112.29 -
System Red Green Blue C M Y K H S L
Decimal 41 76 54 0.46 0 0.29 0.70 142.29 0.3 0.23
Hex 29 4C 36 2E 0 1D 46 8E 1E 17
Octal 51 114 66 56 0 35 106 216 36 27
Binary 101001 1001100 110110 101110 0 11101 1000110 10001110 11110 10111

Color Harmonies of #294C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294C36

Black with #294C36

Text Example


Text Example

White with #294C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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