Html Css Color HEX #2F4115 Turtle Green

📋 copy color: '#2F4115'

red 47 ◦ green 65 ◦ blue 21

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

Shades of Turtle Green #2F4115

Tints of Turtle Green #2F4115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 48.87%

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

R = 35.34%
G = 48.87%
B = 15.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#2F4115 (or 0x2F4115) is known color: Turtle Green. HEX triplet: 2F, 41 and 15. RGB value is (47,65,21). Sum of RGB (Red+Green+Blue) = 47+65+21=133 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.34% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #2F4115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4115 is #D0BEEA. Grayscale: #363636. Windows color (decimal): -13680363 or 1392943. OLE color: 1392943.

HSL color Cylindrical-coordinate representation of color #2F4115: hue angle of 84.55º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F4115 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.

Color convert

RGB 47 65 21 -
CMYK 0.28 0 0.68 0.75
HSL 84.55º 0.51% 0.17% -
HSV(B) 84.55º 0.68% 0.25% -
XYZ 3.2 4.44 1.4 -
YUV 54.6 109.04 122.58 -
System Red Green Blue C M Y K H S L
Decimal 47 65 21 0.28 0 0.68 0.75 84.55 0.51 0.17
Hex 2F 41 15 1C 0 44 4B 55 33 11
Octal 57 101 25 34 0 104 113 125 63 21
Binary 101111 1000001 10101 11100 0 1000100 1001011 1010101 110011 10001

Color Harmonies of #2F4115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4115

Black with #2F4115

Text Example


Text Example

White with #2F4115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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