Html Css Color HEX #2F3719 Turtle Green

📋 copy color: '#2F3719'

red 47 ◦ green 55 ◦ blue 25

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

Shades of Turtle Green #2F3719

Tints of Turtle Green #2F3719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 19.69%

R = 37.01%
G = 43.31%
B = 19.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#2F3719 (or 0x2F3719) is known color: Turtle Green. HEX triplet: 2F, 37 and 19. RGB value is (47,55,25). Sum of RGB (Red+Green+Blue) = 47+55+25=127 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.01% from 127); Green value is 55 (21.88% from 255 or 43.31% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 55 - color contains mainly: green. Hex color #2F3719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3719 is #D0C8E6. Grayscale: #313131. Windows color (decimal): -13682919 or 1652527. OLE color: 1652527.

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

Color convert

RGB 47 55 25 -
CMYK 0.15 0 0.55 0.78
HSL 76º 0.38% 0.16% -
HSV(B) 76º 0.55% 0.22% -
XYZ 2.71 3.41 1.43 -
YUV 49.19 114.35 126.44 -
System Red Green Blue C M Y K H S L
Decimal 47 55 25 0.15 0 0.55 0.78 76 0.38 0.16
Hex 2F 37 19 F 0 37 4E 4C 26 10
Octal 57 67 31 17 0 67 116 114 46 20
Binary 101111 110111 11001 1111 0 110111 1001110 1001100 100110 10000

Color Harmonies of #2F3719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3719

Black with #2F3719

Text Example


Text Example

White with #2F3719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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