Html Css Color HEX #2F4808 Turtle Green

📋 copy color: '#2F4808'

red 47 ◦ green 72 ◦ blue 8

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

Shades of Turtle Green #2F4808

Tints of Turtle Green #2F4808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.3%

R = 37.01%
G = 56.69%
B = 6.3%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#2F4808 (or 0x2F4808) is known color: Turtle Green. HEX triplet: 2F, 48 and 08. RGB value is (47,72,8). Sum of RGB (Red+Green+Blue) = 47+72+8=127 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.01% from 127); Green value is 72 (28.52% from 255 or 56.69% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 72 - color contains mainly: green. Hex color #2F4808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4808 is #D0B7F7. Grayscale: #393939. Windows color (decimal): -13678584 or 542767. OLE color: 542767.

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

Color convert

RGB 47 72 8 -
CMYK 0.35 0 0.89 0.72
HSL 83.44º 0.8% 0.16% -
HSV(B) 83.44º 0.89% 0.28% -
XYZ 3.53 5.26 1.06 -
YUV 57.23 100.22 120.7 -
System Red Green Blue C M Y K H S L
Decimal 47 72 8 0.35 0 0.89 0.72 83.44 0.8 0.16
Hex 2F 48 8 23 0 59 48 53 50 10
Octal 57 110 10 43 0 131 110 123 120 20
Binary 101111 1001000 1000 100011 0 1011001 1001000 1010011 1010000 10000

Color Harmonies of #2F4808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4808

Black with #2F4808

Text Example


Text Example

White with #2F4808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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