Html Css Color HEX #304843 Gable Green

📋 copy color: '#304843'

red 48 ◦ green 72 ◦ blue 67

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

Shades of Gable Green #304843

Tints of Gable Green #304843

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.5%

 BLUE value IS 67 (26.56% from 255) = 35.83%

R = 25.67%
G = 38.5%
B = 35.83%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#304843 (or 0x304843) is known color: Gable Green. HEX triplet: 30, 48 and 43. RGB value is (48,72,67). Sum of RGB (Red+Green+Blue) = 48+72+67=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 67 (26.56% from 255 or 35.83% from 187); Max value from RGB is 72 - color contains mainly: green. Hex color #304843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304843 is #CFB7BC. Grayscale: #404040. Windows color (decimal): -13612989 or 4409392. OLE color: 4409392.

HSL color Cylindrical-coordinate representation of color #304843: hue angle of 167.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #304843 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 72 67 -
CMYK 0.33 0 0.07 0.72
HSL 167.5º 0.2% 0.24% -
HSV(B) 167.5º 0.33% 0.28% -
XYZ 4.55 5.67 6.16 -
YUV 64.25 129.55 116.41 -
System Red Green Blue C M Y K H S L
Decimal 48 72 67 0.33 0 0.07 0.72 167.5 0.2 0.24
Hex 30 48 43 21 0 7 48 A8 14 18
Octal 60 110 103 41 0 7 110 250 24 30
Binary 110000 1001000 1000011 100001 0 111 1001000 10101000 10100 11000

Color Harmonies of #304843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304843

Black with #304843

Text Example


Text Example

White with #304843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304843; }

 p { color: rgb(48,72,67); }

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

background-color css

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

 a { background-color: rgb(48,72,67); }

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

border-color css

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

 span { border-color: rgb(48,72,67); }

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