Html Css Color HEX #2F341E Turtle Green

📋 copy color: '#2F341E'

red 47 ◦ green 52 ◦ blue 30

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

Shades of Turtle Green #2F341E

Tints of Turtle Green #2F341E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 40.31%

 BLUE value IS 30 (12.11% from 255) = 23.26%

R = 36.43%
G = 40.31%
B = 23.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.80

RGB Variations

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

Color information

#2F341E (or 0x2F341E) is known color: Turtle Green. HEX triplet: 2F, 34 and 1E. RGB value is (47,52,30). Sum of RGB (Red+Green+Blue) = 47+52+30=129 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.43% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 52 - color contains mainly: green. Hex color #2F341E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F341E is #D0CBE1. Grayscale: #303030. Windows color (decimal): -13683682 or 1979439. OLE color: 1979439.

HSL color Cylindrical-coordinate representation of color #2F341E: hue angle of 73.64º degrees, saturation: 0.27, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2F341E is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB 47 52 30 -
CMYK 0.10 0 0.42 0.80
HSL 73.64º 0.27% 0.16% -
HSV(B) 73.64º 0.42% 0.2% -
XYZ 2.63 3.15 1.7 -
YUV 48 117.84 127.29 -
System Red Green Blue C M Y K H S L
Decimal 47 52 30 0.10 0 0.42 0.80 73.64 0.27 0.16
Hex 2F 34 1E A 0 2A 50 4A 1B 10
Octal 57 64 36 12 0 52 120 112 33 20
Binary 101111 110100 11110 1010 0 101010 1010000 1001010 11011 10000

Color Harmonies of #2F341E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F341E

Black with #2F341E

Text Example


Text Example

White with #2F341E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,52,30); }

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

background-color css

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

 a { background-color: rgb(47,52,30); }

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

border-color css

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

 span { border-color: rgb(47,52,30); }

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