Html Css Color HEX #304440 Gable Green

📋 copy color: '#304440'

red 48 ◦ green 68 ◦ blue 64

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

Shades of Gable Green #304440

Tints of Gable Green #304440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.78%

 BLUE value IS 64 (25.39% from 255) = 35.56%

R = 26.67%
G = 37.78%
B = 35.56%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#304440 (or 0x304440) is known color: Gable Green. HEX triplet: 30, 44 and 40. RGB value is (48,68,64). Sum of RGB (Red+Green+Blue) = 48+68+64=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 68 - color contains mainly: green. Hex color #304440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304440 is #CFBBBF. Grayscale: #3D3D3D. Windows color (decimal): -13614016 or 4211760. OLE color: 4211760.

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

Color convert

RGB 48 68 64 -
CMYK 0.29 0 0.06 0.73
HSL 168º 0.17% 0.23% -
HSV(B) 168º 0.29% 0.27% -
XYZ 4.21 5.13 5.62 -
YUV 61.56 129.37 118.33 -
System Red Green Blue C M Y K H S L
Decimal 48 68 64 0.29 0 0.06 0.73 168 0.17 0.23
Hex 30 44 40 1D 0 6 49 A8 11 17
Octal 60 104 100 35 0 6 111 250 21 27
Binary 110000 1000100 1000000 11101 0 110 1001001 10101000 10001 10111

Color Harmonies of #304440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304440

Black with #304440

Text Example


Text Example

White with #304440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304440; }

 p { color: rgb(48,68,64); }

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

background-color css

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

 a { background-color: rgb(48,68,64); }

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

border-color css

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

 span { border-color: rgb(48,68,64); }

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