Html Css Color HEX #2F3B15 Turtle Green

📋 copy color: '#2F3B15'

red 47 ◦ green 59 ◦ blue 21

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

Shades of Turtle Green #2F3B15

Tints of Turtle Green #2F3B15

RGB

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

 GREEN value IS 59 (23.44% from 255) = 46.46%

 BLUE value IS 21 (8.59% from 255) = 16.54%

R = 37.01%
G = 46.46%
B = 16.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.64

 K value IS 0.77

RGB Variations

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

Color information

#2F3B15 (or 0x2F3B15) is known color: Turtle Green. HEX triplet: 2F, 3B and 15. RGB value is (47,59,21). Sum of RGB (Red+Green+Blue) = 47+59+21=127 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.01% from 127); Green value is 59 (23.44% from 255 or 46.46% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 59 - color contains mainly: green. Hex color #2F3B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3B15 is #D0C4EA. Grayscale: #333333. Windows color (decimal): -13681899 or 1391407. OLE color: 1391407.

HSL color Cylindrical-coordinate representation of color #2F3B15: hue angle of 78.95º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F3B15 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.77.

Color convert

RGB 47 59 21 -
CMYK 0.20 0 0.64 0.77
HSL 78.95º 0.48% 0.16% -
HSV(B) 78.95º 0.64% 0.23% -
XYZ 2.87 3.79 1.29 -
YUV 51.08 111.02 125.09 -
System Red Green Blue C M Y K H S L
Decimal 47 59 21 0.20 0 0.64 0.77 78.95 0.48 0.16
Hex 2F 3B 15 14 0 40 4D 4F 30 10
Octal 57 73 25 24 0 100 115 117 60 20
Binary 101111 111011 10101 10100 0 1000000 1001101 1001111 110000 10000

Color Harmonies of #2F3B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3B15

Black with #2F3B15

Text Example


Text Example

White with #2F3B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,59,21); }

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

background-color css

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

 a { background-color: rgb(47,59,21); }

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

border-color css

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

 span { border-color: rgb(47,59,21); }

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