Html Css Color HEX #2F3430 Gordons Green

📋 copy color: '#2F3430'

red 47 ◦ green 52 ◦ blue 48

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

Shades of Gordons Green #2F3430

Tints of Gordons Green #2F3430

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.37%

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

R = 31.97%
G = 35.37%
B = 32.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#2F3430 (or 0x2F3430) is known color: Gordons Green. HEX triplet: 2F, 34 and 30. RGB value is (47,52,48). Sum of RGB (Red+Green+Blue) = 47+52+48=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 52 - color contains mainly: green. Hex color #2F3430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3430 is #D0CBCF. Grayscale: #323232. Windows color (decimal): -13683664 or 3159087. OLE color: 3159087.

HSL color Cylindrical-coordinate representation of color #2F3430: hue angle of 132º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #2F3430 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB 47 52 48 -
CMYK 0.10 0 0.08 0.80
HSL 132º 0.05% 0.19% -
HSV(B) 132º 0.1% 0.2% -
XYZ 2.93 3.27 3.27 -
YUV 50.05 126.84 125.83 -
System Red Green Blue C M Y K H S L
Decimal 47 52 48 0.10 0 0.08 0.80 132 0.05 0.19
Hex 2F 34 30 A 0 8 50 84 5 13
Octal 57 64 60 12 0 10 120 204 5 23
Binary 101111 110100 110000 1010 0 1000 1010000 10000100 101 10011

Color Harmonies of #2F3430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3430

Black with #2F3430

Text Example


Text Example

White with #2F3430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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