Html Css Color HEX #295601 Turtle Green

📋 copy color: '#295601'

red 41 ◦ green 86 ◦ blue 1

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

Shades of Turtle Green #295601

Tints of Turtle Green #295601

RGB

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

 GREEN value IS 86 (33.98% from 255) = 67.19%

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

R = 32.03%
G = 67.19%
B = 0.78%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#295601 (or 0x295601) is known color: Turtle Green. HEX triplet: 29, 56 and 01. RGB value is (41,86,1). Sum of RGB (Red+Green+Blue) = 41+86+1=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 86 (33.98% from 255 or 67.19% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 86 - color contains mainly: green. Hex color #295601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295601 is #D6A9FE. Grayscale: #3F3F3F. Windows color (decimal): -14068223 or 87593. OLE color: 87593.

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

Color convert

RGB 41 86 1 -
CMYK 0.52 0 0.99 0.66
HSL 91.76º 0.98% 0.17% -
HSV(B) 91.76º 0.99% 0.34% -
XYZ 4.25 7.13 1.18 -
YUV 62.86 93.09 112.41 -
System Red Green Blue C M Y K H S L
Decimal 41 86 1 0.52 0 0.99 0.66 91.76 0.98 0.17
Hex 29 56 1 34 0 63 42 5C 62 11
Octal 51 126 1 64 0 143 102 134 142 21
Binary 101001 1010110 1 110100 0 1100011 1000010 1011100 1100010 10001

Color Harmonies of #295601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295601

Black with #295601

Text Example


Text Example

White with #295601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295601; }

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

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

background-color css

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

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

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

border-color css

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

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

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