Html Css Color HEX #2F3730 Gordons Green

📋 copy color: '#2F3730'

red 47 ◦ green 55 ◦ blue 48

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

Shades of Gordons Green #2F3730

Tints of Gordons Green #2F3730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 36.67%

 BLUE value IS 48 (19.14% from 255) = 32%

R = 31.33%
G = 36.67%
B = 32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.78

RGB Variations

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

Color information

#2F3730 (or 0x2F3730) is known color: Gordons Green. HEX triplet: 2F, 37 and 30. RGB value is (47,55,48). Sum of RGB (Red+Green+Blue) = 47+55+48=150 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.33% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 55 - color contains mainly: green. Hex color #2F3730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3730 is #D0C8CF. Grayscale: #333333. Windows color (decimal): -13682896 or 3159855. OLE color: 3159855.

HSL color Cylindrical-coordinate representation of color #2F3730: hue angle of 127.5º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2F3730 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.78.

Color convert

RGB 47 55 48 -
CMYK 0.15 0 0.13 0.78
HSL 127.5º 0.08% 0.2% -
HSV(B) 127.5º 0.15% 0.22% -
XYZ 3.07 3.55 3.32 -
YUV 51.81 125.85 124.57 -
System Red Green Blue C M Y K H S L
Decimal 47 55 48 0.15 0 0.13 0.78 127.5 0.08 0.2
Hex 2F 37 30 F 0 D 4E 80 8 14
Octal 57 67 60 17 0 15 116 200 10 24
Binary 101111 110111 110000 1111 0 1101 1001110 10000000 1000 10100

Color Harmonies of #2F3730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3730

Black with #2F3730

Text Example


Text Example

White with #2F3730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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