Html Css Color HEX #295339 Kaitoke Green

📋 copy color: '#295339'

red 41 ◦ green 83 ◦ blue 57

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

Shades of Kaitoke Green #295339

Tints of Kaitoke Green #295339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 31.49%

R = 22.65%
G = 45.86%
B = 31.49%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#295339 (or 0x295339) is known color: Kaitoke Green. HEX triplet: 29, 53 and 39. RGB value is (41,83,57). Sum of RGB (Red+Green+Blue) = 41+83+57=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 57 (22.66% from 255 or 31.49% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #295339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295339 is #D6ACC6. Grayscale: #434343. Windows color (decimal): -14068935 or 3756841. OLE color: 3756841.

HSL color Cylindrical-coordinate representation of color #295339: hue angle of 142.86º 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 #295339 is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 83 57 -
CMYK 0.51 0 0.31 0.67
HSL 142.86º 0.34% 0.24% -
HSV(B) 142.86º 0.51% 0.33% -
XYZ 4.75 6.95 4.96 -
YUV 67.48 122.09 109.11 -
System Red Green Blue C M Y K H S L
Decimal 41 83 57 0.51 0 0.31 0.67 142.86 0.34 0.24
Hex 29 53 39 33 0 1F 43 8F 22 18
Octal 51 123 71 63 0 37 103 217 42 30
Binary 101001 1010011 111001 110011 0 11111 1000011 10001111 100010 11000

Color Harmonies of #295339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295339

Black with #295339

Text Example


Text Example

White with #295339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295339; }

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

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

background-color css

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

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

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

border-color css

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

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

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