Html Css Color HEX #2F370A Turtle Green

📋 copy color: '#2F370A'

red 47 ◦ green 55 ◦ blue 10

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

Shades of Turtle Green #2F370A

Tints of Turtle Green #2F370A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.93%

R = 41.96%
G = 49.11%
B = 8.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#2F370A (or 0x2F370A) is known color: Turtle Green. HEX triplet: 2F, 37 and 0A. RGB value is (47,55,10). Sum of RGB (Red+Green+Blue) = 47+55+10=112 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.96% from 112); Green value is 55 (21.88% from 255 or 49.11% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 55 - color contains mainly: green. Hex color #2F370A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F370A is #D0C8F5. Grayscale: #2F2F2F. Windows color (decimal): -13682934 or 669487. OLE color: 669487.

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

Color convert

RGB 47 55 10 -
CMYK 0.15 0 0.82 0.78
HSL 70.67º 0.69% 0.13% -
HSV(B) 70.67º 0.82% 0.22% -
XYZ 2.59 3.36 0.8 -
YUV 47.48 106.85 127.66 -
System Red Green Blue C M Y K H S L
Decimal 47 55 10 0.15 0 0.82 0.78 70.67 0.69 0.13
Hex 2F 37 A F 0 52 4E 47 45 D
Octal 57 67 12 17 0 122 116 107 105 15
Binary 101111 110111 1010 1111 0 1010010 1001110 1000111 1000101 1101

Color Harmonies of #2F370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F370A

Black with #2F370A

Text Example


Text Example

White with #2F370A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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