Html Css Color HEX #2F370B Turtle Green

📋 copy color: '#2F370B'

red 47 ◦ green 55 ◦ blue 11

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

Shades of Turtle Green #2F370B

Tints of Turtle Green #2F370B

RGB

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

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

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

R = 41.59%
G = 48.67%
B = 9.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.8

 K value IS 0.78

RGB Variations

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

Color information

#2F370B (or 0x2F370B) is known color: Turtle Green. HEX triplet: 2F, 37 and 0B. RGB value is (47,55,11). Sum of RGB (Red+Green+Blue) = 47+55+11=113 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.59% from 113); Green value is 55 (21.88% from 255 or 48.67% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 55 - color contains mainly: green. Hex color #2F370B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F370B is #D0C8F4. Grayscale: #2F2F2F. Windows color (decimal): -13682933 or 735023. OLE color: 735023.

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

Color convert

RGB 47 55 11 -
CMYK 0.15 0 0.8 0.78
HSL 70.91º 0.67% 0.13% -
HSV(B) 70.91º 0.8% 0.22% -
XYZ 2.6 3.36 0.83 -
YUV 47.59 107.35 127.58 -
System Red Green Blue C M Y K H S L
Decimal 47 55 11 0.15 0 0.8 0.78 70.91 0.67 0.13
Hex 2F 37 B F 0 50 4E 47 43 D
Octal 57 67 13 17 0 120 116 107 103 15
Binary 101111 110111 1011 1111 0 1010000 1001110 1000111 1000011 1101

Color Harmonies of #2F370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F370B

Black with #2F370B

Text Example


Text Example

White with #2F370B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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