Html Css Color HEX #303630 Gordons Green

📋 copy color: '#303630'

red 48 ◦ green 54 ◦ blue 48

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

Shades of Gordons Green #303630

Tints of Gordons Green #303630

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36%

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

R = 32%
G = 36%
B = 32%

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

#303630 (or 0x303630) is known color: Gordons Green. HEX triplet: 30, 36 and 30. RGB value is (48,54,48). Sum of RGB (Red+Green+Blue) = 48+54+48=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 54 - color contains mainly: green. Hex color #303630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303630 is #CFC9CF. Grayscale: #333333. Windows color (decimal): -13617616 or 3159600. OLE color: 3159600.

HSL color Cylindrical-coordinate representation of color #303630: 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 #303630 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB 48 54 48 -
CMYK 0.11 0 0.11 0.79
HSL 120º 0.06% 0.2% -
HSV(B) 120º 0.11% 0.21% -
XYZ 3.07 3.48 3.31 -
YUV 51.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 48 54 48 0.11 0 0.11 0.79 120 0.06 0.2
Hex 30 36 30 B 0 B 4F 78 6 14
Octal 60 66 60 13 0 13 117 170 6 24
Binary 110000 110110 110000 1011 0 1011 1001111 1111000 110 10100

Color Harmonies of #303630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303630

Black with #303630

Text Example


Text Example

White with #303630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303630; }

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

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

background-color css

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

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

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

border-color css

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

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

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