Html Css Color HEX #2F4902 Turtle Green

📋 copy color: '#2F4902'

red 47 ◦ green 73 ◦ blue 2

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

Shades of Turtle Green #2F4902

Tints of Turtle Green #2F4902

RGB

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

 GREEN value IS 73 (28.91% from 255) = 59.84%

 BLUE value IS 2 (1.17% from 255) = 1.64%

R = 38.52%
G = 59.84%
B = 1.64%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#2F4902 (or 0x2F4902) is known color: Turtle Green. HEX triplet: 2F, 49 and 02. RGB value is (47,73,2). Sum of RGB (Red+Green+Blue) = 47+73+2=122 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.52% from 122); Green value is 73 (28.91% from 255 or 59.84% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 73 - color contains mainly: green. Hex color #2F4902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4902 is #D0B6FD. Grayscale: #393939. Windows color (decimal): -13678334 or 149807. OLE color: 149807.

HSL color Cylindrical-coordinate representation of color #2F4902: hue angle of 81.97º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F4902 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB 47 73 2 -
CMYK 0.36 0 0.97 0.71
HSL 81.97º 0.95% 0.15% -
HSV(B) 81.97º 0.97% 0.29% -
XYZ 3.57 5.37 0.91 -
YUV 57.13 96.89 120.77 -
System Red Green Blue C M Y K H S L
Decimal 47 73 2 0.36 0 0.97 0.71 81.97 0.95 0.15
Hex 2F 49 2 24 0 61 47 52 5F F
Octal 57 111 2 44 0 141 107 122 137 17
Binary 101111 1001001 10 100100 0 1100001 1000111 1010010 1011111 1111

Color Harmonies of #2F4902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4902

Black with #2F4902

Text Example


Text Example

White with #2F4902

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,73,2); }

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

background-color css

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

 a { background-color: rgb(47,73,2); }

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

border-color css

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

 span { border-color: rgb(47,73,2); }

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