Html Css Color HEX #295901 Turtle Green

📋 copy color: '#295901'

red 41 ◦ green 89 ◦ blue 1

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

Shades of Turtle Green #295901

Tints of Turtle Green #295901

RGB

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

 GREEN value IS 89 (35.16% from 255) = 67.94%

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

R = 31.3%
G = 67.94%
B = 0.76%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#295901 (or 0x295901) is known color: Turtle Green. HEX triplet: 29, 59 and 01. RGB value is (41,89,1). Sum of RGB (Red+Green+Blue) = 41+89+1=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 89 (35.16% from 255 or 67.94% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 89 - color contains mainly: green. Hex color #295901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295901 is #D6A6FE. Grayscale: #404040. Windows color (decimal): -14067455 or 88361. OLE color: 88361.

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

Color convert

RGB 41 89 1 -
CMYK 0.54 0 0.99 0.65
HSL 92.73º 0.98% 0.18% -
HSV(B) 92.73º 0.99% 0.35% -
XYZ 4.49 7.62 1.26 -
YUV 64.62 92.1 111.16 -
System Red Green Blue C M Y K H S L
Decimal 41 89 1 0.54 0 0.99 0.65 92.73 0.98 0.18
Hex 29 59 1 36 0 63 41 5D 62 12
Octal 51 131 1 66 0 143 101 135 142 22
Binary 101001 1011001 1 110110 0 1100011 1000001 1011101 1100010 10010

Color Harmonies of #295901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295901

Black with #295901

Text Example


Text Example

White with #295901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295901; }

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

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

background-color css

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

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

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

border-color css

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

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

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