Html Css Color HEX #308D61 Eucalyptus

📋 copy color: '#308D61'

red 48 ◦ green 141 ◦ blue 97

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

Shades of Eucalyptus #308D61

Tints of Eucalyptus #308D61

RGB

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

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

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

R = 16.78%
G = 49.3%
B = 33.92%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#308D61 (or 0x308D61) is known color: Eucalyptus. HEX triplet: 30, 8D and 61. RGB value is (48,141,97). Sum of RGB (Red+Green+Blue) = 48+141+97=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 141 (55.47% from 255 or 49.30% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 141 - color contains mainly: green. Hex color #308D61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308D61 is #CF729E. Grayscale: #6C6C6C. Windows color (decimal): -13595295 or 6393136. OLE color: 6393136.

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

Color convert

RGB 48 141 97 -
CMYK 0.66 0 0.31 0.45
HSL 151.61º 0.49% 0.37% -
HSV(B) 151.61º 0.66% 0.55% -
XYZ 12.9 20.54 14.59 -
YUV 108.18 121.69 85.08 -
System Red Green Blue C M Y K H S L
Decimal 48 141 97 0.66 0 0.31 0.45 151.61 0.49 0.37
Hex 30 8D 61 42 0 1F 2D 98 31 25
Octal 60 215 141 102 0 37 55 230 61 45
Binary 110000 10001101 1100001 1000010 0 11111 101101 10011000 110001 100101

Color Harmonies of #308D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308D61

Black with #308D61

Text Example


Text Example

White with #308D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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