Html Css Color HEX #308B64 Eucalyptus

📋 copy color: '#308B64'

red 48 ◦ green 139 ◦ blue 100

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

Shades of Eucalyptus #308B64

Tints of Eucalyptus #308B64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.84%

R = 16.72%
G = 48.43%
B = 34.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#308B64 (or 0x308B64) is known color: Eucalyptus. HEX triplet: 30, 8B and 64. RGB value is (48,139,100). Sum of RGB (Red+Green+Blue) = 48+139+100=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 139 (54.69% from 255 or 48.43% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 139 - color contains mainly: green. Hex color #308B64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308B64 is #CF749B. Grayscale: #6B6B6B. Windows color (decimal): -13595804 or 6589232. OLE color: 6589232.

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

Color convert

RGB 48 139 100 -
CMYK 0.65 0 0.28 0.45
HSL 154.29º 0.49% 0.37% -
HSV(B) 154.29º 0.65% 0.55% -
XYZ 12.75 20.01 15.25 -
YUV 107.35 123.85 85.67 -
System Red Green Blue C M Y K H S L
Decimal 48 139 100 0.65 0 0.28 0.45 154.29 0.49 0.37
Hex 30 8B 64 41 0 1C 2D 9A 31 25
Octal 60 213 144 101 0 34 55 232 61 45
Binary 110000 10001011 1100100 1000001 0 11100 101101 10011010 110001 100101

Color Harmonies of #308B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308B64

Black with #308B64

Text Example


Text Example

White with #308B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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