Html Css Color HEX #2F3303 Turtle Green

📋 copy color: '#2F3303'

red 47 ◦ green 51 ◦ blue 3

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

Shades of Turtle Green #2F3303

Tints of Turtle Green #2F3303

RGB

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

 GREEN value IS 51 (20.31% from 255) = 50.5%

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

R = 46.53%
G = 50.5%
B = 2.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.8

RGB Variations

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

Color information

#2F3303 (or 0x2F3303) is known color: Turtle Green. HEX triplet: 2F, 33 and 03. RGB value is (47,51,3). Sum of RGB (Red+Green+Blue) = 47+51+3=101 (13% of max value = 765). Red value is 47 (18.75% from 255 or 46.53% from 101); Green value is 51 (20.31% from 255 or 50.50% from 101); Blue value is 3 (1.56% from 255 or 2.97% from 101); Max value from RGB is 51 - color contains mainly: green. Hex color #2F3303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3303 is #D0CCFC. Grayscale: #2C2C2C. Windows color (decimal): -13683965 or 209711. OLE color: 209711.

HSL color Cylindrical-coordinate representation of color #2F3303: hue angle of 65º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F3303 is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.8.

Color convert

RGB 47 51 3 -
CMYK 0.08 0 0.94 0.8
HSL 65º 0.89% 0.11% -
HSV(B) 65º 0.94% 0.2% -
XYZ 2.37 2.98 0.54 -
YUV 44.33 104.67 129.9 -
System Red Green Blue C M Y K H S L
Decimal 47 51 3 0.08 0 0.94 0.8 65 0.89 0.11
Hex 2F 33 3 8 0 5E 50 41 59 B
Octal 57 63 3 10 0 136 120 101 131 13
Binary 101111 110011 11 1000 0 1011110 1010000 1000001 1011001 1011

Color Harmonies of #2F3303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3303

Black with #2F3303

Text Example


Text Example

White with #2F3303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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