Html Css Color HEX #2F420F Turtle Green

📋 copy color: '#2F420F'

red 47 ◦ green 66 ◦ blue 15

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

Shades of Turtle Green #2F420F

Tints of Turtle Green #2F420F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.72%

R = 36.72%
G = 51.56%
B = 11.72%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#2F420F (or 0x2F420F) is known color: Turtle Green. HEX triplet: 2F, 42 and 0F. RGB value is (47,66,15). Sum of RGB (Red+Green+Blue) = 47+66+15=128 (16% of max value = 765). Red value is 47 (18.75% from 255 or 36.72% from 128); Green value is 66 (26.17% from 255 or 51.56% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 66 - color contains mainly: green. Hex color #2F420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F420F is #D0BDF0. Grayscale: #363636. Windows color (decimal): -13680113 or 999983. OLE color: 999983.

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

Color convert

RGB 47 66 15 -
CMYK 0.29 0 0.77 0.74
HSL 82.35º 0.63% 0.16% -
HSV(B) 82.35º 0.77% 0.26% -
XYZ 3.21 4.54 1.16 -
YUV 54.51 105.71 122.65 -
System Red Green Blue C M Y K H S L
Decimal 47 66 15 0.29 0 0.77 0.74 82.35 0.63 0.16
Hex 2F 42 F 1D 0 4D 4A 52 3F 10
Octal 57 102 17 35 0 115 112 122 77 20
Binary 101111 1000010 1111 11101 0 1001101 1001010 1010010 111111 10000

Color Harmonies of #2F420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F420F

Black with #2F420F

Text Example


Text Example

White with #2F420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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