Html Css Color HEX #295038 Kaitoke Green

📋 copy color: '#295038'

red 41 ◦ green 80 ◦ blue 56

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

Shades of Kaitoke Green #295038

Tints of Kaitoke Green #295038

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.2%

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

R = 23.16%
G = 45.2%
B = 31.64%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.30

 K value IS 0.69

RGB Variations

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

Color information

#295038 (or 0x295038) is known color: Kaitoke Green. HEX triplet: 29, 50 and 38. RGB value is (41,80,56). Sum of RGB (Red+Green+Blue) = 41+80+56=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 80 - color contains mainly: green. Hex color #295038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295038 is #D6AFC7. Grayscale: #414141. Windows color (decimal): -14069704 or 3690537. OLE color: 3690537.

HSL color Cylindrical-coordinate representation of color #295038: hue angle of 143.08º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #295038 is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 80 56 -
CMYK 0.49 0 0.30 0.69
HSL 143.08º 0.32% 0.24% -
HSV(B) 143.08º 0.49% 0.31% -
XYZ 4.5 6.49 4.76 -
YUV 65.6 122.58 110.45 -
System Red Green Blue C M Y K H S L
Decimal 41 80 56 0.49 0 0.30 0.69 143.08 0.32 0.24
Hex 29 50 38 31 0 1E 45 8F 20 18
Octal 51 120 70 61 0 36 105 217 40 30
Binary 101001 1010000 111000 110001 0 11110 1000101 10001111 100000 11000

Color Harmonies of #295038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295038

Black with #295038

Text Example


Text Example

White with #295038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295038; }

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

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

background-color css

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

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

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

border-color css

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

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

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