Html Css Color HEX #2F480D Turtle Green

📋 copy color: '#2F480D'

red 47 ◦ green 72 ◦ blue 13

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

Shades of Turtle Green #2F480D

Tints of Turtle Green #2F480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 54.55%

 BLUE value IS 13 (5.47% from 255) = 9.85%

R = 35.61%
G = 54.55%
B = 9.85%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#2F480D (or 0x2F480D) is known color: Turtle Green. HEX triplet: 2F, 48 and 0D. RGB value is (47,72,13). Sum of RGB (Red+Green+Blue) = 47+72+13=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 72 (28.52% from 255 or 54.55% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 72 - color contains mainly: green. Hex color #2F480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F480D is #D0B7F2. Grayscale: #3A3A3A. Windows color (decimal): -13678579 or 870447. OLE color: 870447.

HSL color Cylindrical-coordinate representation of color #2F480D: hue angle of 85.42º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F480D is Cyan = 0.35, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 47 72 13 -
CMYK 0.35 0 0.82 0.72
HSL 85.42º 0.69% 0.17% -
HSV(B) 85.42º 0.82% 0.28% -
XYZ 3.56 5.27 1.21 -
YUV 57.8 102.72 120.3 -
System Red Green Blue C M Y K H S L
Decimal 47 72 13 0.35 0 0.82 0.72 85.42 0.69 0.17
Hex 2F 48 D 23 0 52 48 55 45 11
Octal 57 110 15 43 0 122 110 125 105 21
Binary 101111 1001000 1101 100011 0 1010010 1001000 1010101 1000101 10001

Color Harmonies of #2F480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F480D

Black with #2F480D

Text Example


Text Example

White with #2F480D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,72,13); }

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

background-color css

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

 a { background-color: rgb(47,72,13); }

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

border-color css

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

 span { border-color: rgb(47,72,13); }

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