Html Css Color HEX #308F5E Eucalyptus

📋 copy color: '#308F5E'

red 48 ◦ green 143 ◦ blue 94

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

Shades of Eucalyptus #308F5E

Tints of Eucalyptus #308F5E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 50.18%

 BLUE value IS 94 (37.11% from 255) = 32.98%

R = 16.84%
G = 50.18%
B = 32.98%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#308F5E (or 0x308F5E) is known color: Eucalyptus. HEX triplet: 30, 8F and 5E. RGB value is (48,143,94). Sum of RGB (Red+Green+Blue) = 48+143+94=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 143 (56.25% from 255 or 50.18% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 143 - color contains mainly: green. Hex color #308F5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308F5E is #CF70A1. Grayscale: #6D6D6D. Windows color (decimal): -13594786 or 6197040. OLE color: 6197040.

HSL color Cylindrical-coordinate representation of color #308F5E: hue angle of 149.05º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308F5E is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 143 94 -
CMYK 0.66 0 0.34 0.44
HSL 149.05º 0.5% 0.37% -
HSV(B) 149.05º 0.66% 0.56% -
XYZ 13.06 21.08 13.97 -
YUV 109.01 119.53 84.48 -
System Red Green Blue C M Y K H S L
Decimal 48 143 94 0.66 0 0.34 0.44 149.05 0.5 0.37
Hex 30 8F 5E 42 0 22 2C 95 32 25
Octal 60 217 136 102 0 42 54 225 62 45
Binary 110000 10001111 1011110 1000010 0 100010 101100 10010101 110010 100101

Color Harmonies of #308F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308F5E

Black with #308F5E

Text Example


Text Example

White with #308F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,143,94); }

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

background-color css

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

 a { background-color: rgb(48,143,94); }

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

border-color css

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

 span { border-color: rgb(48,143,94); }

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