Html Css Color HEX #295002 Turtle Green

📋 copy color: '#295002'

red 41 ◦ green 80 ◦ blue 2

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

Shades of Turtle Green #295002

Tints of Turtle Green #295002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 65.04%

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

R = 33.33%
G = 65.04%
B = 1.63%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#295002 (or 0x295002) is known color: Turtle Green. HEX triplet: 29, 50 and 02. RGB value is (41,80,2). Sum of RGB (Red+Green+Blue) = 41+80+2=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 80 (31.64% from 255 or 65.04% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 80 - color contains mainly: green. Hex color #295002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295002 is #D6AFFD. Grayscale: #3B3B3B. Windows color (decimal): -14069758 or 151593. OLE color: 151593.

HSL color Cylindrical-coordinate representation of color #295002: hue angle of 90º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #295002 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 80 2 -
CMYK 0.49 0 0.98 0.69
HSL 90º 0.95% 0.16% -
HSV(B) 90º 0.98% 0.31% -
XYZ 3.79 6.21 1.06 -
YUV 59.45 95.58 114.84 -
System Red Green Blue C M Y K H S L
Decimal 41 80 2 0.49 0 0.98 0.69 90 0.95 0.16
Hex 29 50 2 31 0 62 45 5A 5F 10
Octal 51 120 2 61 0 142 105 132 137 20
Binary 101001 1010000 10 110001 0 1100010 1000101 1011010 1011111 10000

Color Harmonies of #295002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295002

Black with #295002

Text Example


Text Example

White with #295002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295002; }

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

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

background-color css

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

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

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

border-color css

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

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

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