Html Css Color HEX #2F4213 Turtle Green

📋 copy color: '#2F4213'

red 47 ◦ green 66 ◦ blue 19

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

Shades of Turtle Green #2F4213

Tints of Turtle Green #2F4213

RGB

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

 GREEN value IS 66 (26.17% from 255) = 50%

 BLUE value IS 19 (7.81% from 255) = 14.39%

R = 35.61%
G = 50%
B = 14.39%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#2F4213 (or 0x2F4213) is known color: Turtle Green. HEX triplet: 2F, 42 and 13. RGB value is (47,66,19). Sum of RGB (Red+Green+Blue) = 47+66+19=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 66 (26.17% from 255 or 50% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 66 - color contains mainly: green. Hex color #2F4213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4213 is #D0BDEC. Grayscale: #373737. Windows color (decimal): -13680109 or 1262127. OLE color: 1262127.

HSL color Cylindrical-coordinate representation of color #2F4213: hue angle of 84.26º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F4213 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.74.

Color convert

RGB 47 66 19 -
CMYK 0.29 0 0.71 0.74
HSL 84.26º 0.55% 0.17% -
HSV(B) 84.26º 0.71% 0.26% -
XYZ 3.24 4.55 1.32 -
YUV 54.96 107.71 122.32 -
System Red Green Blue C M Y K H S L
Decimal 47 66 19 0.29 0 0.71 0.74 84.26 0.55 0.17
Hex 2F 42 13 1D 0 47 4A 54 37 11
Octal 57 102 23 35 0 107 112 124 67 21
Binary 101111 1000010 10011 11101 0 1000111 1001010 1010100 110111 10001

Color Harmonies of #2F4213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4213

Black with #2F4213

Text Example


Text Example

White with #2F4213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,66,19); }

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

background-color css

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

 a { background-color: rgb(47,66,19); }

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

border-color css

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

 span { border-color: rgb(47,66,19); }

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