Html Css Color HEX #308D68 Eucalyptus

📋 copy color: '#308D68'

red 48 ◦ green 141 ◦ blue 104

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

Shades of Eucalyptus #308D68

Tints of Eucalyptus #308D68

RGB

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

 GREEN value IS 141 (55.47% from 255) = 48.12%

 BLUE value IS 104 (41.02% from 255) = 35.49%

R = 16.38%
G = 48.12%
B = 35.49%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#308D68 (or 0x308D68) is known color: Eucalyptus. HEX triplet: 30, 8D and 68. RGB value is (48,141,104). Sum of RGB (Red+Green+Blue) = 48+141+104=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 141 (55.47% from 255 or 48.12% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 141 - color contains mainly: green. Hex color #308D68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308D68 is #CF7297. Grayscale: #6D6D6D. Windows color (decimal): -13595288 or 6851888. OLE color: 6851888.

HSL color Cylindrical-coordinate representation of color #308D68: hue angle of 156.13º 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 #308D68 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 141 104 -
CMYK 0.66 0 0.26 0.45
HSL 156.13º 0.49% 0.37% -
HSV(B) 156.13º 0.66% 0.55% -
XYZ 13.24 20.68 16.39 -
YUV 108.98 125.19 84.51 -
System Red Green Blue C M Y K H S L
Decimal 48 141 104 0.66 0 0.26 0.45 156.13 0.49 0.37
Hex 30 8D 68 42 0 1A 2D 9C 31 25
Octal 60 215 150 102 0 32 55 234 61 45
Binary 110000 10001101 1101000 1000010 0 11010 101101 10011100 110001 100101

Color Harmonies of #308D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308D68

Black with #308D68

Text Example


Text Example

White with #308D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,141,104); }

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

background-color css

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

 a { background-color: rgb(48,141,104); }

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

border-color css

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

 span { border-color: rgb(48,141,104); }

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