Html Css Color HEX #2F450B Turtle Green

📋 copy color: '#2F450B'

red 47 ◦ green 69 ◦ blue 11

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

Shades of Turtle Green #2F450B

Tints of Turtle Green #2F450B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 54.33%

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

R = 37.01%
G = 54.33%
B = 8.66%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#2F450B (or 0x2F450B) is known color: Turtle Green. HEX triplet: 2F, 45 and 0B. RGB value is (47,69,11). Sum of RGB (Red+Green+Blue) = 47+69+11=127 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.01% from 127); Green value is 69 (27.34% from 255 or 54.33% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 69 - color contains mainly: green. Hex color #2F450B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F450B is #D0BAF4. Grayscale: #383838. Windows color (decimal): -13679349 or 738607. OLE color: 738607.

HSL color Cylindrical-coordinate representation of color #2F450B: hue angle of 82.76º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F450B is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB 47 69 11 -
CMYK 0.32 0 0.84 0.73
HSL 82.76º 0.73% 0.16% -
HSV(B) 82.76º 0.84% 0.27% -
XYZ 3.36 4.88 1.08 -
YUV 55.81 102.71 121.72 -
System Red Green Blue C M Y K H S L
Decimal 47 69 11 0.32 0 0.84 0.73 82.76 0.73 0.16
Hex 2F 45 B 20 0 54 49 53 48 10
Octal 57 105 13 40 0 124 111 123 110 20
Binary 101111 1000101 1011 100000 0 1010100 1001001 1010011 1001000 10000

Color Harmonies of #2F450B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F450B

Black with #2F450B

Text Example


Text Example

White with #2F450B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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