Html Css Color HEX #308B63 Eucalyptus

📋 copy color: '#308B63'

red 48 ◦ green 139 ◦ blue 99

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

Shades of Eucalyptus #308B63

Tints of Eucalyptus #308B63

RGB

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

 GREEN value IS 139 (54.69% from 255) = 48.6%

 BLUE value IS 99 (39.06% from 255) = 34.62%

R = 16.78%
G = 48.6%
B = 34.62%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#308B63 (or 0x308B63) is known color: Eucalyptus. HEX triplet: 30, 8B and 63. RGB value is (48,139,99). Sum of RGB (Red+Green+Blue) = 48+139+99=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 139 (54.69% from 255 or 48.60% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 139 - color contains mainly: green. Hex color #308B63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308B63 is #CF749C. Grayscale: #6B6B6B. Windows color (decimal): -13595805 or 6523696. OLE color: 6523696.

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

Color convert

RGB 48 139 99 -
CMYK 0.65 0 0.29 0.45
HSL 153.63º 0.49% 0.37% -
HSV(B) 153.63º 0.65% 0.55% -
XYZ 12.7 19.99 14.99 -
YUV 107.23 123.35 85.75 -
System Red Green Blue C M Y K H S L
Decimal 48 139 99 0.65 0 0.29 0.45 153.63 0.49 0.37
Hex 30 8B 63 41 0 1D 2D 9A 31 25
Octal 60 213 143 101 0 35 55 232 61 45
Binary 110000 10001011 1100011 1000001 0 11101 101101 10011010 110001 100101

Color Harmonies of #308B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308B63

Black with #308B63

Text Example


Text Example

White with #308B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,139,99); }

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

background-color css

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

 a { background-color: rgb(48,139,99); }

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

border-color css

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

 span { border-color: rgb(48,139,99); }

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