Html Css Color HEX #2F500A Turtle Green

📋 copy color: '#2F500A'

red 47 ◦ green 80 ◦ blue 10

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

Shades of Turtle Green #2F500A

Tints of Turtle Green #2F500A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.3%

R = 34.31%
G = 58.39%
B = 7.3%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.87

 K value IS 0.69

RGB Variations

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

Color information

#2F500A (or 0x2F500A) is known color: Turtle Green. HEX triplet: 2F, 50 and 0A. RGB value is (47,80,10). Sum of RGB (Red+Green+Blue) = 47+80+10=137 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.31% from 137); Green value is 80 (31.64% from 255 or 58.39% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 80 - color contains mainly: green. Hex color #2F500A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F500A is #D0AFF5. Grayscale: #3E3E3E. Windows color (decimal): -13676534 or 675887. OLE color: 675887.

HSL color Cylindrical-coordinate representation of color #2F500A: hue angle of 88.29º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F500A is Cyan = 0.41, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB 47 80 10 -
CMYK 0.41 0 0.87 0.69
HSL 88.29º 0.78% 0.18% -
HSV(B) 88.29º 0.88% 0.31% -
XYZ 4.1 6.36 1.3 -
YUV 62.15 98.57 117.19 -
System Red Green Blue C M Y K H S L
Decimal 47 80 10 0.41 0 0.87 0.69 88.29 0.78 0.18
Hex 2F 50 A 29 0 57 45 58 4E 12
Octal 57 120 12 51 0 127 105 130 116 22
Binary 101111 1010000 1010 101001 0 1010111 1000101 1011000 1001110 10010

Color Harmonies of #2F500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F500A

Black with #2F500A

Text Example


Text Example

White with #2F500A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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