Html Css Color HEX #2F360B Turtle Green

📋 copy color: '#2F360B'

red 47 ◦ green 54 ◦ blue 11

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

Shades of Turtle Green #2F360B

Tints of Turtle Green #2F360B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.82%

R = 41.96%
G = 48.21%
B = 9.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.80

 K value IS 0.79

RGB Variations

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

Color information

#2F360B (or 0x2F360B) is known color: Turtle Green. HEX triplet: 2F, 36 and 0B. RGB value is (47,54,11). Sum of RGB (Red+Green+Blue) = 47+54+11=112 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.96% from 112); Green value is 54 (21.48% from 255 or 48.21% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 54 - color contains mainly: green. Hex color #2F360B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F360B is #D0C9F4. Grayscale: #2F2F2F. Windows color (decimal): -13683189 or 734767. OLE color: 734767.

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

Color convert

RGB 47 54 11 -
CMYK 0.13 0 0.80 0.79
HSL 69.77º 0.66% 0.13% -
HSV(B) 69.77º 0.8% 0.21% -
XYZ 2.55 3.27 0.81 -
YUV 47.01 107.68 128 -
System Red Green Blue C M Y K H S L
Decimal 47 54 11 0.13 0 0.80 0.79 69.77 0.66 0.13
Hex 2F 36 B D 0 50 4F 46 42 D
Octal 57 66 13 15 0 120 117 106 102 15
Binary 101111 110110 1011 1101 0 1010000 1001111 1000110 1000010 1101

Color Harmonies of #2F360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F360B

Black with #2F360B

Text Example


Text Example

White with #2F360B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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