Html Css Color HEX #295802 Turtle Green

📋 copy color: '#295802'

red 41 ◦ green 88 ◦ blue 2

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

Shades of Turtle Green #295802

Tints of Turtle Green #295802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 67.18%

 BLUE value IS 2 (1.17% from 255) = 1.53%

R = 31.3%
G = 67.18%
B = 1.53%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#295802 (or 0x295802) is known color: Turtle Green. HEX triplet: 29, 58 and 02. RGB value is (41,88,2). Sum of RGB (Red+Green+Blue) = 41+88+2=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 88 (34.77% from 255 or 67.18% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 88 - color contains mainly: green. Hex color #295802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295802 is #D6A7FD. Grayscale: #404040. Windows color (decimal): -14067710 or 153641. OLE color: 153641.

HSL color Cylindrical-coordinate representation of color #295802: hue angle of 92.79º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #295802 is Cyan = 0.53, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 88 2 -
CMYK 0.53 0 0.98 0.65
HSL 92.79º 0.96% 0.18% -
HSV(B) 92.79º 0.98% 0.35% -
XYZ 4.42 7.46 1.26 -
YUV 64.14 92.93 111.49 -
System Red Green Blue C M Y K H S L
Decimal 41 88 2 0.53 0 0.98 0.65 92.79 0.96 0.18
Hex 29 58 2 35 0 62 41 5D 60 12
Octal 51 130 2 65 0 142 101 135 140 22
Binary 101001 1011000 10 110101 0 1100010 1000001 1011101 1100000 10010

Color Harmonies of #295802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295802

Black with #295802

Text Example


Text Example

White with #295802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295802; }

 p { color: rgb(41,88,2); }

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

background-color css

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

 a { background-color: rgb(41,88,2); }

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

border-color css

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

 span { border-color: rgb(41,88,2); }

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