Html Css Color HEX #303E3A Gable Green

📋 copy color: '#303E3A'

red 48 ◦ green 62 ◦ blue 58

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

Shades of Gable Green #303E3A

Tints of Gable Green #303E3A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 36.9%

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

R = 28.57%
G = 36.9%
B = 34.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.76

RGB Variations

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

Color information

#303E3A (or 0x303E3A) is known color: Gable Green. HEX triplet: 30, 3E and 3A. RGB value is (48,62,58). Sum of RGB (Red+Green+Blue) = 48+62+58=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 62 (24.61% from 255 or 36.90% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 62 - color contains mainly: green. Hex color #303E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303E3A is #CFC1C5. Grayscale: #393939. Windows color (decimal): -13615558 or 3817008. OLE color: 3817008.

HSL color Cylindrical-coordinate representation of color #303E3A: hue angle of 162.86º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #303E3A is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 62 58 -
CMYK 0.23 0 0.06 0.76
HSL 162.86º 0.13% 0.22% -
HSV(B) 162.86º 0.23% 0.24% -
XYZ 3.71 4.38 4.65 -
YUV 57.36 128.36 121.33 -
System Red Green Blue C M Y K H S L
Decimal 48 62 58 0.23 0 0.06 0.76 162.86 0.13 0.22
Hex 30 3E 3A 17 0 6 4C A3 D 16
Octal 60 76 72 27 0 6 114 243 15 26
Binary 110000 111110 111010 10111 0 110 1001100 10100011 1101 10110

Color Harmonies of #303E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303E3A

Black with #303E3A

Text Example


Text Example

White with #303E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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