Html Css Color HEX #303D3B Gable Green

📋 copy color: '#303D3B'

red 48 ◦ green 61 ◦ blue 59

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

Shades of Gable Green #303D3B

Tints of Gable Green #303D3B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.31%

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

R = 28.57%
G = 36.31%
B = 35.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.76

RGB Variations

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

Color information

#303D3B (or 0x303D3B) is known color: Gable Green. HEX triplet: 30, 3D and 3B. RGB value is (48,61,59). Sum of RGB (Red+Green+Blue) = 48+61+59=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 61 - color contains mainly: green. Hex color #303D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D3B is #CFC2C4. Grayscale: #383838. Windows color (decimal): -13615813 or 3882288. OLE color: 3882288.

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

Color convert

RGB 48 61 59 -
CMYK 0.21 0 0.03 0.76
HSL 170.77º 0.12% 0.21% -
HSV(B) 170.77º 0.21% 0.24% -
XYZ 3.68 4.28 4.77 -
YUV 56.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 48 61 59 0.21 0 0.03 0.76 170.77 0.12 0.21
Hex 30 3D 3B 15 0 3 4C AB C 15
Octal 60 75 73 25 0 3 114 253 14 25
Binary 110000 111101 111011 10101 0 11 1001100 10101011 1100 10101

Color Harmonies of #303D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303D3B

Black with #303D3B

Text Example


Text Example

White with #303D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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