Html Css Color HEX #2F4500 Turtle Green

📋 copy color: '#2F4500'

red 47 ◦ green 69 ◦ blue 0

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

Shades of Turtle Green #2F4500

Tints of Turtle Green #2F4500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.52%
G = 59.48%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#2F4500 (or 0x2F4500) is known color: Turtle Green. HEX triplet: 2F, 45 and 00. RGB value is (47,69,0). Sum of RGB (Red+Green+Blue) = 47+69+0=116 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.52% from 116); Green value is 69 (27.34% from 255 or 59.48% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 69 - color contains mainly: green. Hex color #2F4500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4500 is #D0BAFF. Grayscale: #363636. Windows color (decimal): -13679360 or 17711. OLE color: 17711.

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

Color convert

RGB 47 69 0 -
CMYK 0.32 0 1 0.73
HSL 79.13º 1% 0.14% -
HSV(B) 79.13º 1% 0.27% -
XYZ 3.3 4.86 0.76 -
YUV 54.56 97.21 122.61 -
System Red Green Blue C M Y K H S L
Decimal 47 69 0 0.32 0 1 0.73 79.13 1 0.14
Hex 2F 45 0 20 0 64 49 4F 64 E
Octal 57 105 0 40 0 144 111 117 144 16
Binary 101111 1000101 0 100000 0 1100100 1001001 1001111 1100100 1110

Color Harmonies of #2F4500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4500

Black with #2F4500

Text Example


Text Example

White with #2F4500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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