Html Css Color HEX #2F352F Gordons Green

📋 copy color: '#2F352F'

red 47 ◦ green 53 ◦ blue 47

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

Shades of Gordons Green #2F352F

Tints of Gordons Green #2F352F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 36.05%

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

R = 31.97%
G = 36.05%
B = 31.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.79

RGB Variations

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

Color information

#2F352F (or 0x2F352F) is known color: Gordons Green. HEX triplet: 2F, 35 and 2F. RGB value is (47,53,47). Sum of RGB (Red+Green+Blue) = 47+53+47=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 53 - color contains mainly: green. Hex color #2F352F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F352F is #D0CAD0. Grayscale: #323232. Windows color (decimal): -13683409 or 3093807. OLE color: 3093807.

HSL color Cylindrical-coordinate representation of color #2F352F: hue angle of 120º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #2F352F is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB 47 53 47 -
CMYK 0.11 0 0.11 0.79
HSL 120º 0.06% 0.2% -
HSV(B) 120º 0.11% 0.21% -
XYZ 2.96 3.36 3.18 -
YUV 50.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 47 53 47 0.11 0 0.11 0.79 120 0.06 0.2
Hex 2F 35 2F B 0 B 4F 78 6 14
Octal 57 65 57 13 0 13 117 170 6 24
Binary 101111 110101 101111 1011 0 1011 1001111 1111000 110 10100

Color Harmonies of #2F352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F352F

Black with #2F352F

Text Example


Text Example

White with #2F352F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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