Html Css Color HEX #295001 Turtle Green

📋 copy color: '#295001'

red 41 ◦ green 80 ◦ blue 1

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

Shades of Turtle Green #295001

Tints of Turtle Green #295001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.82%

R = 33.61%
G = 65.57%
B = 0.82%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#295001 (or 0x295001) is known color: Turtle Green. HEX triplet: 29, 50 and 01. RGB value is (41,80,1). Sum of RGB (Red+Green+Blue) = 41+80+1=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 80 (31.64% from 255 or 65.57% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 80 - color contains mainly: green. Hex color #295001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295001 is #D6AFFE. Grayscale: #3B3B3B. Windows color (decimal): -14069759 or 86057. OLE color: 86057.

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

Color convert

RGB 41 80 1 -
CMYK 0.49 0 0.99 0.69
HSL 89.62º 0.98% 0.16% -
HSV(B) 89.62º 0.99% 0.31% -
XYZ 3.79 6.21 1.03 -
YUV 59.33 95.08 114.92 -
System Red Green Blue C M Y K H S L
Decimal 41 80 1 0.49 0 0.99 0.69 89.62 0.98 0.16
Hex 29 50 1 31 0 63 45 5A 62 10
Octal 51 120 1 61 0 143 105 132 142 20
Binary 101001 1010000 1 110001 0 1100011 1000101 1011010 1100010 10000

Color Harmonies of #295001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295001

Black with #295001

Text Example


Text Example

White with #295001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295001; }

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

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

background-color css

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

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

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

border-color css

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

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

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