Html Css Color HEX #308C81 Elm

📋 copy color: '#308C81'

red 48 ◦ green 140 ◦ blue 129

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

Shades of Elm #308C81

Tints of Elm #308C81

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.16%

 BLUE value IS 129 (50.78% from 255) = 40.69%

R = 15.14%
G = 44.16%
B = 40.69%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#308C81 (or 0x308C81) is known color: Elm. HEX triplet: 30, 8C and 81. RGB value is (48,140,129). Sum of RGB (Red+Green+Blue) = 48+140+129=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 140 - color contains mainly: green. Hex color #308C81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308C81 is #CF737E. Grayscale: #6F6F6F. Windows color (decimal): -13595519 or 8490032. OLE color: 8490032.

HSL color Cylindrical-coordinate representation of color #308C81: hue angle of 172.83º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308C81 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 140 129 -
CMYK 0.66 0 0.08 0.45
HSL 172.83º 0.49% 0.37% -
HSV(B) 172.83º 0.66% 0.55% -
XYZ 14.56 20.97 24.05 -
YUV 111.24 138.02 82.89 -
System Red Green Blue C M Y K H S L
Decimal 48 140 129 0.66 0 0.08 0.45 172.83 0.49 0.37
Hex 30 8C 81 42 0 8 2D AD 31 25
Octal 60 214 201 102 0 10 55 255 61 45
Binary 110000 10001100 10000001 1000010 0 1000 101101 10101101 110001 100101

Color Harmonies of #308C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308C81

Black with #308C81

Text Example


Text Example

White with #308C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308C81; }

 p { color: rgb(48,140,129); }

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

background-color css

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

 a { background-color: rgb(48,140,129); }

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

border-color css

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

 span { border-color: rgb(48,140,129); }

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