Html Css Color HEX #2F4515 Turtle Green

📋 copy color: '#2F4515'

red 47 ◦ green 69 ◦ blue 21

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

Shades of Turtle Green #2F4515

Tints of Turtle Green #2F4515

RGB

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

 GREEN value IS 69 (27.34% from 255) = 50.36%

 BLUE value IS 21 (8.59% from 255) = 15.33%

R = 34.31%
G = 50.36%
B = 15.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#2F4515 (or 0x2F4515) is known color: Turtle Green. HEX triplet: 2F, 45 and 15. RGB value is (47,69,21). Sum of RGB (Red+Green+Blue) = 47+69+21=137 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.31% from 137); Green value is 69 (27.34% from 255 or 50.36% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 69 - color contains mainly: green. Hex color #2F4515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4515 is #D0BAEA. Grayscale: #393939. Windows color (decimal): -13679339 or 1393967. OLE color: 1393967.

HSL color Cylindrical-coordinate representation of color #2F4515: hue angle of 87.5º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F4515 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB 47 69 21 -
CMYK 0.32 0 0.70 0.73
HSL 87.5º 0.53% 0.18% -
HSV(B) 87.5º 0.7% 0.27% -
XYZ 3.44 4.91 1.48 -
YUV 56.95 107.71 120.9 -
System Red Green Blue C M Y K H S L
Decimal 47 69 21 0.32 0 0.70 0.73 87.5 0.53 0.18
Hex 2F 45 15 20 0 46 49 57 35 12
Octal 57 105 25 40 0 106 111 127 65 22
Binary 101111 1000101 10101 100000 0 1000110 1001001 1010111 110101 10010

Color Harmonies of #2F4515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4515

Black with #2F4515

Text Example


Text Example

White with #2F4515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,69,21); }

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

background-color css

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

 a { background-color: rgb(47,69,21); }

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

border-color css

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

 span { border-color: rgb(47,69,21); }

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