Html Css Color HEX #2F520C Turtle Green

📋 copy color: '#2F520C'

red 47 ◦ green 82 ◦ blue 12

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

Shades of Turtle Green #2F520C

Tints of Turtle Green #2F520C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.51%

R = 33.33%
G = 58.16%
B = 8.51%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.85

 K value IS 0.68

RGB Variations

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

Color information

#2F520C (or 0x2F520C) is known color: Turtle Green. HEX triplet: 2F, 52 and 0C. RGB value is (47,82,12). Sum of RGB (Red+Green+Blue) = 47+82+12=141 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.33% from 141); Green value is 82 (32.42% from 255 or 58.16% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 82 - color contains mainly: green. Hex color #2F520C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F520C is #D0ADF3. Grayscale: #3F3F3F. Windows color (decimal): -13676020 or 807471. OLE color: 807471.

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

Color convert

RGB 47 82 12 -
CMYK 0.43 0 0.85 0.68
HSL 90º 0.74% 0.18% -
HSV(B) 90º 0.85% 0.32% -
XYZ 4.26 6.67 1.41 -
YUV 63.56 98.9 116.19 -
System Red Green Blue C M Y K H S L
Decimal 47 82 12 0.43 0 0.85 0.68 90 0.74 0.18
Hex 2F 52 C 2B 0 55 44 5A 4A 12
Octal 57 122 14 53 0 125 104 132 112 22
Binary 101111 1010010 1100 101011 0 1010101 1000100 1011010 1001010 10010

Color Harmonies of #2F520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F520C

Black with #2F520C

Text Example


Text Example

White with #2F520C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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