Html Css Color HEX #2F3F18 Turtle Green

📋 copy color: '#2F3F18'

red 47 ◦ green 63 ◦ blue 24

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

Shades of Turtle Green #2F3F18

Tints of Turtle Green #2F3F18

RGB

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

 GREEN value IS 63 (25% from 255) = 47.01%

 BLUE value IS 24 (9.77% from 255) = 17.91%

R = 35.07%
G = 47.01%
B = 17.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#2F3F18 (or 0x2F3F18) is known color: Turtle Green. HEX triplet: 2F, 3F and 18. RGB value is (47,63,24). Sum of RGB (Red+Green+Blue) = 47+63+24=134 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.07% from 134); Green value is 63 (25% from 255 or 47.01% from 134); Blue value is 24 (9.77% from 255 or 17.91% from 134); Max value from RGB is 63 - color contains mainly: green. Hex color #2F3F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3F18 is #D0C0E7. Grayscale: #353535. Windows color (decimal): -13680872 or 1589039. OLE color: 1589039.

HSL color Cylindrical-coordinate representation of color #2F3F18: hue angle of 84.62º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F3F18 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 47 63 24 -
CMYK 0.25 0 0.62 0.75
HSL 84.62º 0.45% 0.17% -
HSV(B) 84.62º 0.62% 0.25% -
XYZ 3.11 4.23 1.52 -
YUV 53.77 111.2 123.17 -
System Red Green Blue C M Y K H S L
Decimal 47 63 24 0.25 0 0.62 0.75 84.62 0.45 0.17
Hex 2F 3F 18 19 0 3E 4B 55 2D 11
Octal 57 77 30 31 0 76 113 125 55 21
Binary 101111 111111 11000 11001 0 111110 1001011 1010101 101101 10001

Color Harmonies of #2F3F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3F18

Black with #2F3F18

Text Example


Text Example

White with #2F3F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,63,24); }

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

background-color css

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

 a { background-color: rgb(47,63,24); }

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

border-color css

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

 span { border-color: rgb(47,63,24); }

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