Html Css Color HEX #2F3F04 Turtle Green

📋 copy color: '#2F3F04'

red 47 ◦ green 63 ◦ blue 4

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

Shades of Turtle Green #2F3F04

Tints of Turtle Green #2F3F04

RGB

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

 GREEN value IS 63 (25% from 255) = 55.26%

 BLUE value IS 4 (1.95% from 255) = 3.51%

R = 41.23%
G = 55.26%
B = 3.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#2F3F04 (or 0x2F3F04) is known color: Turtle Green. HEX triplet: 2F, 3F and 04. RGB value is (47,63,4). Sum of RGB (Red+Green+Blue) = 47+63+4=114 (15% of max value = 765). Red value is 47 (18.75% from 255 or 41.23% from 114); Green value is 63 (25% from 255 or 55.26% from 114); Blue value is 4 (1.95% from 255 or 3.51% from 114); Max value from RGB is 63 - color contains mainly: green. Hex color #2F3F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3F04 is #D0C0FB. Grayscale: #333333. Windows color (decimal): -13680892 or 278319. OLE color: 278319.

HSL color Cylindrical-coordinate representation of color #2F3F04: hue angle of 76.27º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F3F04 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB 47 63 4 -
CMYK 0.25 0 0.94 0.75
HSL 76.27º 0.88% 0.13% -
HSV(B) 76.27º 0.94% 0.25% -
XYZ 2.97 4.17 0.76 -
YUV 51.49 101.2 124.8 -
System Red Green Blue C M Y K H S L
Decimal 47 63 4 0.25 0 0.94 0.75 76.27 0.88 0.13
Hex 2F 3F 4 19 0 5E 4B 4C 58 D
Octal 57 77 4 31 0 136 113 114 130 15
Binary 101111 111111 100 11001 0 1011110 1001011 1001100 1011000 1101

Color Harmonies of #2F3F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3F04

Black with #2F3F04

Text Example


Text Example

White with #2F3F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,63,4); }

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

background-color css

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

 a { background-color: rgb(47,63,4); }

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

border-color css

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

 span { border-color: rgb(47,63,4); }

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