Html Css Color HEX #294E35 Kaitoke Green

📋 copy color: '#294E35'

red 41 ◦ green 78 ◦ blue 53

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

Shades of Kaitoke Green #294E35

Tints of Kaitoke Green #294E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.81%

R = 23.84%
G = 45.35%
B = 30.81%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.69

RGB Variations

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

Color information

#294E35 (or 0x294E35) is known color: Kaitoke Green. HEX triplet: 29, 4E and 35. RGB value is (41,78,53). Sum of RGB (Red+Green+Blue) = 41+78+53=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 78 (30.86% from 255 or 45.35% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 78 - color contains mainly: green. Hex color #294E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294E35 is #D6B1CA. Grayscale: #404040. Windows color (decimal): -14070219 or 3493417. OLE color: 3493417.

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

Color convert

RGB 41 78 53 -
CMYK 0.47 0 0.32 0.69
HSL 139.46º 0.31% 0.23% -
HSV(B) 139.46º 0.47% 0.31% -
XYZ 4.28 6.18 4.33 -
YUV 64.09 121.74 111.53 -
System Red Green Blue C M Y K H S L
Decimal 41 78 53 0.47 0 0.32 0.69 139.46 0.31 0.23
Hex 29 4E 35 2F 0 20 45 8B 1F 17
Octal 51 116 65 57 0 40 105 213 37 27
Binary 101001 1001110 110101 101111 0 100000 1000101 10001011 11111 10111

Color Harmonies of #294E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294E35

Black with #294E35

Text Example


Text Example

White with #294E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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