Html Css Color HEX #2F4803 Turtle Green

📋 copy color: '#2F4803'

red 47 ◦ green 72 ◦ blue 3

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

Shades of Turtle Green #2F4803

Tints of Turtle Green #2F4803

RGB

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

 GREEN value IS 72 (28.52% from 255) = 59.02%

 BLUE value IS 3 (1.56% from 255) = 2.46%

R = 38.52%
G = 59.02%
B = 2.46%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#2F4803 (or 0x2F4803) is known color: Turtle Green. HEX triplet: 2F, 48 and 03. RGB value is (47,72,3). Sum of RGB (Red+Green+Blue) = 47+72+3=122 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.52% from 122); Green value is 72 (28.52% from 255 or 59.02% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 72 - color contains mainly: green. Hex color #2F4803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4803 is #D0B7FC. Grayscale: #383838. Windows color (decimal): -13678589 or 215087. OLE color: 215087.

HSL color Cylindrical-coordinate representation of color #2F4803: hue angle of 81.74º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F4803 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB 47 72 3 -
CMYK 0.35 0 0.96 0.72
HSL 81.74º 0.92% 0.15% -
HSV(B) 81.74º 0.96% 0.28% -
XYZ 3.51 5.25 0.91 -
YUV 56.66 97.72 121.11 -
System Red Green Blue C M Y K H S L
Decimal 47 72 3 0.35 0 0.96 0.72 81.74 0.92 0.15
Hex 2F 48 3 23 0 60 48 52 5C F
Octal 57 110 3 43 0 140 110 122 134 17
Binary 101111 1001000 11 100011 0 1100000 1001000 1010010 1011100 1111

Color Harmonies of #2F4803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4803

Black with #2F4803

Text Example


Text Example

White with #2F4803

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,72,3); }

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

background-color css

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

 a { background-color: rgb(47,72,3); }

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

border-color css

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

 span { border-color: rgb(47,72,3); }

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