Html Css Color HEX #2F5601 Turtle Green

📋 copy color: '#2F5601'

red 47 ◦ green 86 ◦ blue 1

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

Shades of Turtle Green #2F5601

Tints of Turtle Green #2F5601

RGB

 RED value IS 47 (18.75% from 255) = 35.07%

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

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

R = 35.07%
G = 64.18%
B = 0.75%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#2F5601 (or 0x2F5601) is known color: Turtle Green. HEX triplet: 2F, 56 and 01. RGB value is (47,86,1). Sum of RGB (Red+Green+Blue) = 47+86+1=134 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.07% from 134); Green value is 86 (33.98% from 255 or 64.18% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 86 - color contains mainly: green. Hex color #2F5601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5601 is #D0A9FE. Grayscale: #404040. Windows color (decimal): -13675007 or 87599. OLE color: 87599.

HSL color Cylindrical-coordinate representation of color #2F5601: hue angle of 87.53º 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 #2F5601 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB 47 86 1 -
CMYK 0.45 0 0.99 0.66
HSL 87.53º 0.98% 0.17% -
HSV(B) 87.53º 0.99% 0.34% -
XYZ 4.51 7.26 1.19 -
YUV 64.65 92.08 115.41 -
System Red Green Blue C M Y K H S L
Decimal 47 86 1 0.45 0 0.99 0.66 87.53 0.98 0.17
Hex 2F 56 1 2D 0 63 42 58 62 11
Octal 57 126 1 55 0 143 102 130 142 21
Binary 101111 1010110 1 101101 0 1100011 1000010 1011000 1100010 10001

Color Harmonies of #2F5601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5601

Black with #2F5601

Text Example


Text Example

White with #2F5601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F5601; }

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

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

background-color css

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

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

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

border-color css

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

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

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