Html Css Color HEX #2F302F Gordons Green

📋 copy color: '#2F302F'

red 47 ◦ green 48 ◦ blue 47

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

Shades of Gordons Green #2F302F

Tints of Gordons Green #2F302F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 33.8%

 BLUE value IS 47 (18.75% from 255) = 33.1%

R = 33.1%
G = 33.8%
B = 33.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#2F302F (or 0x2F302F) is known color: Gordons Green. HEX triplet: 2F, 30 and 2F. RGB value is (47,48,47). Sum of RGB (Red+Green+Blue) = 47+48+47=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 48 - color contains mainly: green. Hex color #2F302F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F302F is #D0CFD0. Grayscale: #2F2F2F. Windows color (decimal): -13684689 or 3092527. OLE color: 3092527.

HSL color Cylindrical-coordinate representation of color #2F302F: hue angle of 120º degrees, saturation: 0.01, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #2F302F is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB 47 48 47 -
CMYK 0.02 0 0.02 0.81
HSL 120º 0.01% 0.19% -
HSV(B) 120º 0.02% 0.19% -
XYZ 2.74 2.92 3.11 -
YUV 47.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 47 48 47 0.02 0 0.02 0.81 120 0.01 0.19
Hex 2F 30 2F 2 0 2 51 78 1 13
Octal 57 60 57 2 0 2 121 170 1 23
Binary 101111 110000 101111 10 0 10 1010001 1111000 1 10011

Color Harmonies of #2F302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F302F

Black with #2F302F

Text Example


Text Example

White with #2F302F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,48,47); }

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

background-color css

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

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

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

border-color css

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

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

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