Html Css Color HEX #295702 Turtle Green

📋 copy color: '#295702'

red 41 ◦ green 87 ◦ blue 2

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

Shades of Turtle Green #295702

Tints of Turtle Green #295702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 66.92%

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

R = 31.54%
G = 66.92%
B = 1.54%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#295702 (or 0x295702) is known color: Turtle Green. HEX triplet: 29, 57 and 02. RGB value is (41,87,2). Sum of RGB (Red+Green+Blue) = 41+87+2=130 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.54% from 130); Green value is 87 (34.38% from 255 or 66.92% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 87 - color contains mainly: green. Hex color #295702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295702 is #D6A8FD. Grayscale: #3F3F3F. Windows color (decimal): -14067966 or 153385. OLE color: 153385.

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

Color convert

RGB 41 87 2 -
CMYK 0.53 0 0.98 0.66
HSL 92.47º 0.96% 0.17% -
HSV(B) 92.47º 0.98% 0.34% -
XYZ 4.33 7.29 1.24 -
YUV 63.56 93.26 111.91 -
System Red Green Blue C M Y K H S L
Decimal 41 87 2 0.53 0 0.98 0.66 92.47 0.96 0.17
Hex 29 57 2 35 0 62 42 5C 60 11
Octal 51 127 2 65 0 142 102 134 140 21
Binary 101001 1010111 10 110101 0 1100010 1000010 1011100 1100000 10001

Color Harmonies of #295702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295702

Black with #295702

Text Example


Text Example

White with #295702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295702; }

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

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

background-color css

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

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

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

border-color css

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

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

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