Html Css Color HEX #295438 Kaitoke Green

📋 copy color: '#295438'

red 41 ◦ green 84 ◦ blue 56

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

Shades of Kaitoke Green #295438

Tints of Kaitoke Green #295438

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.41%

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

R = 22.65%
G = 46.41%
B = 30.94%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#295438 (or 0x295438) is known color: Kaitoke Green. HEX triplet: 29, 54 and 38. RGB value is (41,84,56). Sum of RGB (Red+Green+Blue) = 41+84+56=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #295438 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295438 is #D6ABC7. Grayscale: #444444. Windows color (decimal): -14068680 or 3691561. OLE color: 3691561.

HSL color Cylindrical-coordinate representation of color #295438: hue angle of 140.93º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #295438 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 84 56 -
CMYK 0.51 0 0.33 0.67
HSL 140.93º 0.34% 0.25% -
HSV(B) 140.93º 0.51% 0.33% -
XYZ 4.8 7.1 4.86 -
YUV 67.95 121.25 108.78 -
System Red Green Blue C M Y K H S L
Decimal 41 84 56 0.51 0 0.33 0.67 140.93 0.34 0.25
Hex 29 54 38 33 0 21 43 8D 22 19
Octal 51 124 70 63 0 41 103 215 42 31
Binary 101001 1010100 111000 110011 0 100001 1000011 10001101 100010 11001

Color Harmonies of #295438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295438

Black with #295438

Text Example


Text Example

White with #295438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295438; }

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

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

background-color css

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

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

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

border-color css

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

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

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