Html Css Color HEX #308F61 Eucalyptus

📋 copy color: '#308F61'

red 48 ◦ green 143 ◦ blue 97

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

Shades of Eucalyptus #308F61

Tints of Eucalyptus #308F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 33.68%

R = 16.67%
G = 49.65%
B = 33.68%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#308F61 (or 0x308F61) is known color: Eucalyptus. HEX triplet: 30, 8F and 61. RGB value is (48,143,97). Sum of RGB (Red+Green+Blue) = 48+143+97=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 143 (56.25% from 255 or 49.65% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 143 - color contains mainly: green. Hex color #308F61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308F61 is #CF709E. Grayscale: #6D6D6D. Windows color (decimal): -13594783 or 6393648. OLE color: 6393648.

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

Color convert

RGB 48 143 97 -
CMYK 0.66 0 0.32 0.44
HSL 150.95º 0.5% 0.37% -
HSV(B) 150.95º 0.66% 0.56% -
XYZ 13.2 21.14 14.69 -
YUV 109.35 121.03 84.24 -
System Red Green Blue C M Y K H S L
Decimal 48 143 97 0.66 0 0.32 0.44 150.95 0.5 0.37
Hex 30 8F 61 42 0 20 2C 97 32 25
Octal 60 217 141 102 0 40 54 227 62 45
Binary 110000 10001111 1100001 1000010 0 100000 101100 10010111 110010 100101

Color Harmonies of #308F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308F61

Black with #308F61

Text Example


Text Example

White with #308F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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