Html Css Color HEX #303E3B Gable Green

📋 copy color: '#303E3B'

red 48 ◦ green 62 ◦ blue 59

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

Shades of Gable Green #303E3B

Tints of Gable Green #303E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 34.91%

R = 28.4%
G = 36.69%
B = 34.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.76

RGB Variations

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

Color information

#303E3B (or 0x303E3B) is known color: Gable Green. HEX triplet: 30, 3E and 3B. RGB value is (48,62,59). Sum of RGB (Red+Green+Blue) = 48+62+59=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 62 (24.61% from 255 or 36.69% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 62 - color contains mainly: green. Hex color #303E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303E3B is #CFC1C4. Grayscale: #393939. Windows color (decimal): -13615557 or 3882544. OLE color: 3882544.

HSL color Cylindrical-coordinate representation of color #303E3B: hue angle of 167.14º 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 #303E3B is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 62 59 -
CMYK 0.23 0 0.05 0.76
HSL 167.14º 0.13% 0.22% -
HSV(B) 167.14º 0.23% 0.24% -
XYZ 3.73 4.39 4.79 -
YUV 57.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 48 62 59 0.23 0 0.05 0.76 167.14 0.13 0.22
Hex 30 3E 3B 17 0 5 4C A7 D 16
Octal 60 76 73 27 0 5 114 247 15 26
Binary 110000 111110 111011 10111 0 101 1001100 10100111 1101 10110

Color Harmonies of #303E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303E3B

Black with #303E3B

Text Example


Text Example

White with #303E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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