Html Css Color HEX #2F5205 Turtle Green

📋 copy color: '#2F5205'

red 47 ◦ green 82 ◦ blue 5

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

Shades of Turtle Green #2F5205

Tints of Turtle Green #2F5205

RGB

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

 GREEN value IS 82 (32.42% from 255) = 61.19%

 BLUE value IS 5 (2.34% from 255) = 3.73%

R = 35.07%
G = 61.19%
B = 3.73%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#2F5205 (or 0x2F5205) is known color: Turtle Green. HEX triplet: 2F, 52 and 05. RGB value is (47,82,5). Sum of RGB (Red+Green+Blue) = 47+82+5=134 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.07% from 134); Green value is 82 (32.42% from 255 or 61.19% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 82 - color contains mainly: green. Hex color #2F5205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5205 is #D0ADFA. Grayscale: #3F3F3F. Windows color (decimal): -13676027 or 348719. OLE color: 348719.

HSL color Cylindrical-coordinate representation of color #2F5205: hue angle of 87.27º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F5205 is Cyan = 0.43, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB 47 82 5 -
CMYK 0.43 0 0.94 0.68
HSL 87.27º 0.89% 0.17% -
HSV(B) 87.27º 0.94% 0.32% -
XYZ 4.22 6.65 1.2 -
YUV 62.76 95.4 116.76 -
System Red Green Blue C M Y K H S L
Decimal 47 82 5 0.43 0 0.94 0.68 87.27 0.89 0.17
Hex 2F 52 5 2B 0 5E 44 57 59 11
Octal 57 122 5 53 0 136 104 127 131 21
Binary 101111 1010010 101 101011 0 1011110 1000100 1010111 1011001 10001

Color Harmonies of #2F5205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5205

Black with #2F5205

Text Example


Text Example

White with #2F5205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,82,5); }

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

background-color css

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

 a { background-color: rgb(47,82,5); }

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

border-color css

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

 span { border-color: rgb(47,82,5); }

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