Html Css Color HEX #2F4104 Turtle Green

📋 copy color: '#2F4104'

red 47 ◦ green 65 ◦ blue 4

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

Shades of Turtle Green #2F4104

Tints of Turtle Green #2F4104

RGB

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

 GREEN value IS 65 (25.78% from 255) = 56.03%

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

R = 40.52%
G = 56.03%
B = 3.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#2F4104 (or 0x2F4104) is known color: Turtle Green. HEX triplet: 2F, 41 and 04. RGB value is (47,65,4). Sum of RGB (Red+Green+Blue) = 47+65+4=116 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.52% from 116); Green value is 65 (25.78% from 255 or 56.03% from 116); Blue value is 4 (1.95% from 255 or 3.45% from 116); Max value from RGB is 65 - color contains mainly: green. Hex color #2F4104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4104 is #D0BEFB. Grayscale: #343434. Windows color (decimal): -13680380 or 278831. OLE color: 278831.

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

Color convert

RGB 47 65 4 -
CMYK 0.28 0 0.94 0.75
HSL 77.7º 0.88% 0.14% -
HSV(B) 77.7º 0.94% 0.25% -
XYZ 3.08 4.39 0.8 -
YUV 52.66 100.54 123.96 -
System Red Green Blue C M Y K H S L
Decimal 47 65 4 0.28 0 0.94 0.75 77.7 0.88 0.14
Hex 2F 41 4 1C 0 5E 4B 4E 58 E
Octal 57 101 4 34 0 136 113 116 130 16
Binary 101111 1000001 100 11100 0 1011110 1001011 1001110 1011000 1110

Color Harmonies of #2F4104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4104

Black with #2F4104

Text Example


Text Example

White with #2F4104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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