Html Css Color HEX #304541 Gable Green

📋 copy color: '#304541'

red 48 ◦ green 69 ◦ blue 65

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

Shades of Gable Green #304541

Tints of Gable Green #304541

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.91%

 BLUE value IS 65 (25.78% from 255) = 35.71%

R = 26.37%
G = 37.91%
B = 35.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#304541 (or 0x304541) is known color: Gable Green. HEX triplet: 30, 45 and 41. RGB value is (48,69,65). Sum of RGB (Red+Green+Blue) = 48+69+65=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 69 - color contains mainly: green. Hex color #304541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304541 is #CFBABE. Grayscale: #3E3E3E. Windows color (decimal): -13613759 or 4277552. OLE color: 4277552.

HSL color Cylindrical-coordinate representation of color #304541: hue angle of 168.57º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #304541 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 69 65 -
CMYK 0.30 0 0.06 0.73
HSL 168.57º 0.18% 0.23% -
HSV(B) 168.57º 0.3% 0.27% -
XYZ 4.3 5.27 5.79 -
YUV 62.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 48 69 65 0.30 0 0.06 0.73 168.57 0.18 0.23
Hex 30 45 41 1E 0 6 49 A9 12 17
Octal 60 105 101 36 0 6 111 251 22 27
Binary 110000 1000101 1000001 11110 0 110 1001001 10101001 10010 10111

Color Harmonies of #304541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304541

Black with #304541

Text Example


Text Example

White with #304541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304541; }

 p { color: rgb(48,69,65); }

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

background-color css

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

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

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

border-color css

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

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

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