Html Css Color HEX #2F5207 Turtle Green

📋 copy color: '#2F5207'

red 47 ◦ green 82 ◦ blue 7

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

Shades of Turtle Green #2F5207

Tints of Turtle Green #2F5207

RGB

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

 GREEN value IS 82 (32.42% from 255) = 60.29%

 BLUE value IS 7 (3.13% from 255) = 5.15%

R = 34.56%
G = 60.29%
B = 5.15%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#2F5207 (or 0x2F5207) is known color: Turtle Green. HEX triplet: 2F, 52 and 07. RGB value is (47,82,7). Sum of RGB (Red+Green+Blue) = 47+82+7=136 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.56% from 136); Green value is 82 (32.42% from 255 or 60.29% from 136); Blue value is 7 (3.12% from 255 or 5.15% from 136); Max value from RGB is 82 - color contains mainly: green. Hex color #2F5207 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5207 is #D0ADF8. Grayscale: #3F3F3F. Windows color (decimal): -13676025 or 479791. OLE color: 479791.

HSL color Cylindrical-coordinate representation of color #2F5207: hue angle of 88º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F5207 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.68.

Color convert

RGB 47 82 7 -
CMYK 0.43 0 0.91 0.68
HSL 88º 0.84% 0.17% -
HSV(B) 88º 0.91% 0.32% -
XYZ 4.23 6.65 1.26 -
YUV 62.99 96.4 116.6 -
System Red Green Blue C M Y K H S L
Decimal 47 82 7 0.43 0 0.91 0.68 88 0.84 0.17
Hex 2F 52 7 2B 0 5B 44 58 54 11
Octal 57 122 7 53 0 133 104 130 124 21
Binary 101111 1010010 111 101011 0 1011011 1000100 1011000 1010100 10001

Color Harmonies of #2F5207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5207

Black with #2F5207

Text Example


Text Example

White with #2F5207

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,82,7); }

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

background-color css

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

 a { background-color: rgb(47,82,7); }

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

border-color css

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

 span { border-color: rgb(47,82,7); }

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