Html Css Color HEX #2F4202 Turtle Green

📋 copy color: '#2F4202'

red 47 ◦ green 66 ◦ blue 2

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

Shades of Turtle Green #2F4202

Tints of Turtle Green #2F4202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.74%

R = 40.87%
G = 57.39%
B = 1.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#2F4202 (or 0x2F4202) is known color: Turtle Green. HEX triplet: 2F, 42 and 02. RGB value is (47,66,2). Sum of RGB (Red+Green+Blue) = 47+66+2=115 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.87% from 115); Green value is 66 (26.17% from 255 or 57.39% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 66 - color contains mainly: green. Hex color #2F4202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4202 is #D0BDFD. Grayscale: #353535. Windows color (decimal): -13680126 or 148015. OLE color: 148015.

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

Color convert

RGB 47 66 2 -
CMYK 0.29 0 0.97 0.74
HSL 77.81º 0.94% 0.13% -
HSV(B) 77.81º 0.97% 0.26% -
XYZ 3.13 4.51 0.76 -
YUV 53.02 99.21 123.7 -
System Red Green Blue C M Y K H S L
Decimal 47 66 2 0.29 0 0.97 0.74 77.81 0.94 0.13
Hex 2F 42 2 1D 0 61 4A 4E 5E D
Octal 57 102 2 35 0 141 112 116 136 15
Binary 101111 1000010 10 11101 0 1100001 1001010 1001110 1011110 1101

Color Harmonies of #2F4202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4202

Black with #2F4202

Text Example


Text Example

White with #2F4202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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