Html Css Color HEX #2F3C04 Turtle Green

📋 copy color: '#2F3C04'

red 47 ◦ green 60 ◦ blue 4

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

Shades of Turtle Green #2F3C04

Tints of Turtle Green #2F3C04

RGB

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

 GREEN value IS 60 (23.83% from 255) = 54.05%

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

R = 42.34%
G = 54.05%
B = 3.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0.76

RGB Variations

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

Color information

#2F3C04 (or 0x2F3C04) is known color: Turtle Green. HEX triplet: 2F, 3C and 04. RGB value is (47,60,4). Sum of RGB (Red+Green+Blue) = 47+60+4=111 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.34% from 111); Green value is 60 (23.83% from 255 or 54.05% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 60 - color contains mainly: green. Hex color #2F3C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3C04 is #D0C3FB. Grayscale: #313131. Windows color (decimal): -13681660 or 277551. OLE color: 277551.

HSL color Cylindrical-coordinate representation of color #2F3C04: hue angle of 73.93º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F3C04 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.76.

Color convert

RGB 47 60 4 -
CMYK 0.22 0 0.93 0.76
HSL 73.93º 0.88% 0.13% -
HSV(B) 73.93º 0.93% 0.24% -
XYZ 2.81 3.84 0.71 -
YUV 49.73 102.19 126.05 -
System Red Green Blue C M Y K H S L
Decimal 47 60 4 0.22 0 0.93 0.76 73.93 0.88 0.13
Hex 2F 3C 4 16 0 5D 4C 4A 58 D
Octal 57 74 4 26 0 135 114 112 130 15
Binary 101111 111100 100 10110 0 1011101 1001100 1001010 1011000 1101

Color Harmonies of #2F3C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3C04

Black with #2F3C04

Text Example


Text Example

White with #2F3C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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