Html Css Color HEX #303C3A Gable Green

📋 copy color: '#303C3A'

red 48 ◦ green 60 ◦ blue 58

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

Shades of Gable Green #303C3A

Tints of Gable Green #303C3A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.14%

 BLUE value IS 58 (23.05% from 255) = 34.94%

R = 28.92%
G = 36.14%
B = 34.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.76

RGB Variations

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

Color information

#303C3A (or 0x303C3A) is known color: Gable Green. HEX triplet: 30, 3C and 3A. RGB value is (48,60,58). Sum of RGB (Red+Green+Blue) = 48+60+58=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 60 - color contains mainly: green. Hex color #303C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303C3A is #CFC3C5. Grayscale: #383838. Windows color (decimal): -13616070 or 3816496. OLE color: 3816496.

HSL color Cylindrical-coordinate representation of color #303C3A: hue angle of 170º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #303C3A is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 60 58 -
CMYK 0.20 0 0.03 0.76
HSL 170º 0.11% 0.21% -
HSV(B) 170º 0.2% 0.24% -
XYZ 3.6 4.17 4.62 -
YUV 56.18 129.02 122.16 -
System Red Green Blue C M Y K H S L
Decimal 48 60 58 0.20 0 0.03 0.76 170 0.11 0.21
Hex 30 3C 3A 14 0 3 4C AA B 15
Octal 60 74 72 24 0 3 114 252 13 25
Binary 110000 111100 111010 10100 0 11 1001100 10101010 1011 10101

Color Harmonies of #303C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303C3A

Black with #303C3A

Text Example


Text Example

White with #303C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303C3A; }

 p { color: rgb(48,60,58); }

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

background-color css

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

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

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

border-color css

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

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

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