Html Css Color HEX #294C38 Kaitoke Green

📋 copy color: '#294C38'

red 41 ◦ green 76 ◦ blue 56

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

Shades of Kaitoke Green #294C38

Tints of Kaitoke Green #294C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 32.37%

R = 23.7%
G = 43.93%
B = 32.37%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.26

 K value IS 0.70

RGB Variations

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

Color information

#294C38 (or 0x294C38) is known color: Kaitoke Green. HEX triplet: 29, 4C and 38. RGB value is (41,76,56). Sum of RGB (Red+Green+Blue) = 41+76+56=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 76 - color contains mainly: green. Hex color #294C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294C38 is #D6B3C7. Grayscale: #3F3F3F. Windows color (decimal): -14070728 or 3689513. OLE color: 3689513.

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

Color convert

RGB 41 76 56 -
CMYK 0.46 0 0.26 0.70
HSL 145.71º 0.3% 0.23% -
HSV(B) 145.71º 0.46% 0.3% -
XYZ 4.21 5.93 4.66 -
YUV 63.26 123.9 112.13 -
System Red Green Blue C M Y K H S L
Decimal 41 76 56 0.46 0 0.26 0.70 145.71 0.3 0.23
Hex 29 4C 38 2E 0 1A 46 92 1E 17
Octal 51 114 70 56 0 32 106 222 36 27
Binary 101001 1001100 111000 101110 0 11010 1000110 10010010 11110 10111

Color Harmonies of #294C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294C38

Black with #294C38

Text Example


Text Example

White with #294C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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