Html Css Color HEX #308B65 Eucalyptus

📋 copy color: '#308B65'

red 48 ◦ green 139 ◦ blue 101

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

Shades of Eucalyptus #308B65

Tints of Eucalyptus #308B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.07%

R = 16.67%
G = 48.26%
B = 35.07%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#308B65 (or 0x308B65) is known color: Eucalyptus. HEX triplet: 30, 8B and 65. RGB value is (48,139,101). Sum of RGB (Red+Green+Blue) = 48+139+101=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 139 (54.69% from 255 or 48.26% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 139 - color contains mainly: green. Hex color #308B65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308B65 is #CF749A. Grayscale: #6B6B6B. Windows color (decimal): -13595803 or 6654768. OLE color: 6654768.

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

Color convert

RGB 48 139 101 -
CMYK 0.65 0 0.27 0.45
HSL 154.95º 0.49% 0.37% -
HSV(B) 154.95º 0.65% 0.55% -
XYZ 12.8 20.03 15.5 -
YUV 107.46 124.35 85.59 -
System Red Green Blue C M Y K H S L
Decimal 48 139 101 0.65 0 0.27 0.45 154.95 0.49 0.37
Hex 30 8B 65 41 0 1B 2D 9B 31 25
Octal 60 213 145 101 0 33 55 233 61 45
Binary 110000 10001011 1100101 1000001 0 11011 101101 10011011 110001 100101

Color Harmonies of #308B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308B65

Black with #308B65

Text Example


Text Example

White with #308B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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