Html Css Color HEX #2F5006 Turtle Green

📋 copy color: '#2F5006'

red 47 ◦ green 80 ◦ blue 6

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

Shades of Turtle Green #2F5006

Tints of Turtle Green #2F5006

RGB

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

 GREEN value IS 80 (31.64% from 255) = 60.15%

 BLUE value IS 6 (2.73% from 255) = 4.51%

R = 35.34%
G = 60.15%
B = 4.51%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#2F5006 (or 0x2F5006) is known color: Turtle Green. HEX triplet: 2F, 50 and 06. RGB value is (47,80,6). Sum of RGB (Red+Green+Blue) = 47+80+6=133 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.34% from 133); Green value is 80 (31.64% from 255 or 60.15% from 133); Blue value is 6 (2.73% from 255 or 4.51% from 133); Max value from RGB is 80 - color contains mainly: green. Hex color #2F5006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5006 is #D0AFF9. Grayscale: #3D3D3D. Windows color (decimal): -13676538 or 413743. OLE color: 413743.

HSL color Cylindrical-coordinate representation of color #2F5006: hue angle of 86.76º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F5006 is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB 47 80 6 -
CMYK 0.41 0 0.92 0.69
HSL 86.76º 0.86% 0.17% -
HSV(B) 86.76º 0.93% 0.31% -
XYZ 4.07 6.35 1.18 -
YUV 61.7 96.57 117.52 -
System Red Green Blue C M Y K H S L
Decimal 47 80 6 0.41 0 0.92 0.69 86.76 0.86 0.17
Hex 2F 50 6 29 0 5C 45 57 56 11
Octal 57 120 6 51 0 134 105 127 126 21
Binary 101111 1010000 110 101001 0 1011100 1000101 1010111 1010110 10001

Color Harmonies of #2F5006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5006

Black with #2F5006

Text Example


Text Example

White with #2F5006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,80,6); }

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

background-color css

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

 a { background-color: rgb(47,80,6); }

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

border-color css

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

 span { border-color: rgb(47,80,6); }

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