Html Css Color HEX #294E37 Kaitoke Green

📋 copy color: '#294E37'

red 41 ◦ green 78 ◦ blue 55

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

Shades of Kaitoke Green #294E37

Tints of Kaitoke Green #294E37

RGB

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

 GREEN value IS 78 (30.86% from 255) = 44.83%

 BLUE value IS 55 (21.88% from 255) = 31.61%

R = 23.56%
G = 44.83%
B = 31.61%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#294E37 (or 0x294E37) is known color: Kaitoke Green. HEX triplet: 29, 4E and 37. RGB value is (41,78,55). Sum of RGB (Red+Green+Blue) = 41+78+55=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 78 (30.86% from 255 or 44.83% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 78 - color contains mainly: green. Hex color #294E37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294E37 is #D6B1C8. Grayscale: #404040. Windows color (decimal): -14070217 or 3624489. OLE color: 3624489.

HSL color Cylindrical-coordinate representation of color #294E37: hue angle of 142.7º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #294E37 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 78 55 -
CMYK 0.47 0 0.29 0.69
HSL 142.7º 0.31% 0.23% -
HSV(B) 142.7º 0.47% 0.31% -
XYZ 4.33 6.2 4.58 -
YUV 64.32 122.74 111.37 -
System Red Green Blue C M Y K H S L
Decimal 41 78 55 0.47 0 0.29 0.69 142.7 0.31 0.23
Hex 29 4E 37 2F 0 1D 45 8F 1F 17
Octal 51 116 67 57 0 35 105 217 37 27
Binary 101001 1001110 110111 101111 0 11101 1000101 10001111 11111 10111

Color Harmonies of #294E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294E37

Black with #294E37

Text Example


Text Example

White with #294E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,78,55); }

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

background-color css

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

 a { background-color: rgb(41,78,55); }

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

border-color css

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

 span { border-color: rgb(41,78,55); }

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