Html Css Color HEX #2F3714 Turtle Green

📋 copy color: '#2F3714'

red 47 ◦ green 55 ◦ blue 20

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

Shades of Turtle Green #2F3714

Tints of Turtle Green #2F3714

RGB

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

 GREEN value IS 55 (21.88% from 255) = 45.08%

 BLUE value IS 20 (8.2% from 255) = 16.39%

R = 38.52%
G = 45.08%
B = 16.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#2F3714 (or 0x2F3714) is known color: Turtle Green. HEX triplet: 2F, 37 and 14. RGB value is (47,55,20). Sum of RGB (Red+Green+Blue) = 47+55+20=122 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.52% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 55 - color contains mainly: green. Hex color #2F3714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3714 is #D0C8EB. Grayscale: #303030. Windows color (decimal): -13682924 or 1324847. OLE color: 1324847.

HSL color Cylindrical-coordinate representation of color #2F3714: hue angle of 73.71º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F3714 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 47 55 20 -
CMYK 0.15 0 0.64 0.78
HSL 73.71º 0.47% 0.15% -
HSV(B) 73.71º 0.64% 0.22% -
XYZ 2.66 3.39 1.18 -
YUV 48.62 111.85 126.85 -
System Red Green Blue C M Y K H S L
Decimal 47 55 20 0.15 0 0.64 0.78 73.71 0.47 0.15
Hex 2F 37 14 F 0 40 4E 4A 2F F
Octal 57 67 24 17 0 100 116 112 57 17
Binary 101111 110111 10100 1111 0 1000000 1001110 1001010 101111 1111

Color Harmonies of #2F3714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3714

Black with #2F3714

Text Example


Text Example

White with #2F3714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,55,20); }

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

background-color css

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

 a { background-color: rgb(47,55,20); }

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

border-color css

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

 span { border-color: rgb(47,55,20); }

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