Html Css Color HEX #295333 Kaitoke Green

📋 copy color: '#295333'

red 41 ◦ green 83 ◦ blue 51

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

Shades of Kaitoke Green #295333

Tints of Kaitoke Green #295333

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.43%

 BLUE value IS 51 (20.31% from 255) = 29.14%

R = 23.43%
G = 47.43%
B = 29.14%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#295333 (or 0x295333) is known color: Kaitoke Green. HEX triplet: 29, 53 and 33. RGB value is (41,83,51). Sum of RGB (Red+Green+Blue) = 41+83+51=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 51 (20.31% from 255 or 29.14% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #295333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295333 is #D6ACCC. Grayscale: #424242. Windows color (decimal): -14068941 or 3363625. OLE color: 3363625.

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

Color convert

RGB 41 83 51 -
CMYK 0.51 0 0.39 0.67
HSL 134.29º 0.34% 0.24% -
HSV(B) 134.29º 0.51% 0.33% -
XYZ 4.61 6.9 4.22 -
YUV 66.79 119.09 109.6 -
System Red Green Blue C M Y K H S L
Decimal 41 83 51 0.51 0 0.39 0.67 134.29 0.34 0.24
Hex 29 53 33 33 0 27 43 86 22 18
Octal 51 123 63 63 0 47 103 206 42 30
Binary 101001 1010011 110011 110011 0 100111 1000011 10000110 100010 11000

Color Harmonies of #295333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295333

Black with #295333

Text Example


Text Example

White with #295333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295333; }

 p { color: rgb(41,83,51); }

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

background-color css

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

 a { background-color: rgb(41,83,51); }

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

border-color css

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

 span { border-color: rgb(41,83,51); }

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