Html Css Color HEX #295E3A Kaitoke Green

📋 copy color: '#295E3A'

red 41 ◦ green 94 ◦ blue 58

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

Shades of Kaitoke Green #295E3A

Tints of Kaitoke Green #295E3A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 48.7%

 BLUE value IS 58 (23.05% from 255) = 30.05%

R = 21.24%
G = 48.7%
B = 30.05%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.38

 K value IS 0.63

RGB Variations

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

Color information

#295E3A (or 0x295E3A) is known color: Kaitoke Green. HEX triplet: 29, 5E and 3A. RGB value is (41,94,58). Sum of RGB (Red+Green+Blue) = 41+94+58=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 94 (37.11% from 255 or 48.70% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 94 - color contains mainly: green. Hex color #295E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295E3A is #D6A1C5. Grayscale: #4A4A4A. Windows color (decimal): -14066118 or 3825193. OLE color: 3825193.

HSL color Cylindrical-coordinate representation of color #295E3A: hue angle of 139.25º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #295E3A is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.63.

Color convert

RGB 41 94 58 -
CMYK 0.56 0 0.38 0.63
HSL 139.25º 0.39% 0.26% -
HSV(B) 139.25º 0.56% 0.37% -
XYZ 5.68 8.78 5.4 -
YUV 74.05 118.94 104.43 -
System Red Green Blue C M Y K H S L
Decimal 41 94 58 0.56 0 0.38 0.63 139.25 0.39 0.26
Hex 29 5E 3A 38 0 26 3F 8B 27 1A
Octal 51 136 72 70 0 46 77 213 47 32
Binary 101001 1011110 111010 111000 0 100110 111111 10001011 100111 11010

Color Harmonies of #295E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295E3A

Black with #295E3A

Text Example


Text Example

White with #295E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295E3A; }

 p { color: rgb(41,94,58); }

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

background-color css

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

 a { background-color: rgb(41,94,58); }

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

border-color css

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

 span { border-color: rgb(41,94,58); }

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