Html Css Color HEX #2F360F Turtle Green

📋 copy color: '#2F360F'

red 47 ◦ green 54 ◦ blue 15

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

Shades of Turtle Green #2F360F

Tints of Turtle Green #2F360F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 46.55%

 BLUE value IS 15 (6.25% from 255) = 12.93%

R = 40.52%
G = 46.55%
B = 12.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#2F360F (or 0x2F360F) is known color: Turtle Green. HEX triplet: 2F, 36 and 0F. RGB value is (47,54,15). Sum of RGB (Red+Green+Blue) = 47+54+15=116 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.52% from 116); Green value is 54 (21.48% from 255 or 46.55% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 54 - color contains mainly: green. Hex color #2F360F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F360F is #D0C9F0. Grayscale: #2F2F2F. Windows color (decimal): -13683185 or 996911. OLE color: 996911.

HSL color Cylindrical-coordinate representation of color #2F360F: hue angle of 70.77º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F360F is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB 47 54 15 -
CMYK 0.13 0 0.72 0.79
HSL 70.77º 0.57% 0.14% -
HSV(B) 70.77º 0.72% 0.21% -
XYZ 2.58 3.28 0.95 -
YUV 47.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 47 54 15 0.13 0 0.72 0.79 70.77 0.57 0.14
Hex 2F 36 F D 0 48 4F 47 39 E
Octal 57 66 17 15 0 110 117 107 71 16
Binary 101111 110110 1111 1101 0 1001000 1001111 1000111 111001 1110

Color Harmonies of #2F360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F360F

Black with #2F360F

Text Example


Text Example

White with #2F360F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,54,15); }

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

background-color css

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

 a { background-color: rgb(47,54,15); }

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

border-color css

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

 span { border-color: rgb(47,54,15); }

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