Html Css Color HEX #295401 Turtle Green

📋 copy color: '#295401'

red 41 ◦ green 84 ◦ blue 1

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

Shades of Turtle Green #295401

Tints of Turtle Green #295401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 66.67%

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

R = 32.54%
G = 66.67%
B = 0.79%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#295401 (or 0x295401) is known color: Turtle Green. HEX triplet: 29, 54 and 01. RGB value is (41,84,1). Sum of RGB (Red+Green+Blue) = 41+84+1=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 84 (33.20% from 255 or 66.67% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 84 - color contains mainly: green. Hex color #295401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295401 is #D6ABFE. Grayscale: #3D3D3D. Windows color (decimal): -14068735 or 87081. OLE color: 87081.

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

Color convert

RGB 41 84 1 -
CMYK 0.51 0 0.99 0.67
HSL 91.08º 0.98% 0.17% -
HSV(B) 91.08º 0.99% 0.33% -
XYZ 4.09 6.81 1.13 -
YUV 61.68 93.75 113.25 -
System Red Green Blue C M Y K H S L
Decimal 41 84 1 0.51 0 0.99 0.67 91.08 0.98 0.17
Hex 29 54 1 33 0 63 43 5B 62 11
Octal 51 124 1 63 0 143 103 133 142 21
Binary 101001 1010100 1 110011 0 1100011 1000011 1011011 1100010 10001

Color Harmonies of #295401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295401

Black with #295401

Text Example


Text Example

White with #295401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295401; }

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

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

background-color css

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

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

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

border-color css

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

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

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