Html Css Color HEX #303330 Gordons Green

📋 copy color: '#303330'

red 48 ◦ green 51 ◦ blue 48

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

Shades of Gordons Green #303330

Tints of Gordons Green #303330

RGB

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

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

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

R = 32.65%
G = 34.69%
B = 32.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.8

RGB Variations

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

Color information

#303330 (or 0x303330) is known color: Gordons Green. HEX triplet: 30, 33 and 30. RGB value is (48,51,48). Sum of RGB (Red+Green+Blue) = 48+51+48=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 51 - color contains mainly: green. Hex color #303330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303330 is #CFCCCF. Grayscale: #313131. Windows color (decimal): -13618384 or 3158832. OLE color: 3158832.

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

Color convert

RGB 48 51 48 -
CMYK 0.06 0 0.06 0.8
HSL 120º 0.03% 0.19% -
HSV(B) 120º 0.06% 0.2% -
XYZ 2.94 3.21 3.26 -
YUV 49.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 48 51 48 0.06 0 0.06 0.8 120 0.03 0.19
Hex 30 33 30 6 0 6 50 78 3 13
Octal 60 63 60 6 0 6 120 170 3 23
Binary 110000 110011 110000 110 0 110 1010000 1111000 11 10011

Color Harmonies of #303330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303330

Black with #303330

Text Example


Text Example

White with #303330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303330; }

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

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

background-color css

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

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

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

border-color css

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

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

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