Html Css Color HEX #2F3409 Turtle Green

📋 copy color: '#2F3409'

red 47 ◦ green 52 ◦ blue 9

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

Shades of Turtle Green #2F3409

Tints of Turtle Green #2F3409

RGB

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

 GREEN value IS 52 (20.7% from 255) = 48.15%

 BLUE value IS 9 (3.91% from 255) = 8.33%

R = 43.52%
G = 48.15%
B = 8.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.80

RGB Variations

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

Color information

#2F3409 (or 0x2F3409) is known color: Turtle Green. HEX triplet: 2F, 34 and 09. RGB value is (47,52,9). Sum of RGB (Red+Green+Blue) = 47+52+9=108 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.52% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 52 - color contains mainly: green. Hex color #2F3409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3409 is #D0CBF6. Grayscale: #2D2D2D. Windows color (decimal): -13683703 or 603183. OLE color: 603183.

HSL color Cylindrical-coordinate representation of color #2F3409: hue angle of 66.98º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F3409 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.80.

Color convert

RGB 47 52 9 -
CMYK 0.10 0 0.83 0.80
HSL 66.98º 0.7% 0.12% -
HSV(B) 66.98º 0.83% 0.2% -
XYZ 2.45 3.08 0.72 -
YUV 45.6 107.34 129 -
System Red Green Blue C M Y K H S L
Decimal 47 52 9 0.10 0 0.83 0.80 66.98 0.7 0.12
Hex 2F 34 9 A 0 53 50 43 46 C
Octal 57 64 11 12 0 123 120 103 106 14
Binary 101111 110100 1001 1010 0 1010011 1010000 1000011 1000110 1100

Color Harmonies of #2F3409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3409

Black with #2F3409

Text Example


Text Example

White with #2F3409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,52,9); }

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

background-color css

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

 a { background-color: rgb(47,52,9); }

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

border-color css

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

 span { border-color: rgb(47,52,9); }

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