Html Css Color HEX #308E62 Eucalyptus

📋 copy color: '#308E62'

red 48 ◦ green 142 ◦ blue 98

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

Shades of Eucalyptus #308E62

Tints of Eucalyptus #308E62

RGB

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

 GREEN value IS 142 (55.86% from 255) = 49.31%

 BLUE value IS 98 (38.67% from 255) = 34.03%

R = 16.67%
G = 49.31%
B = 34.03%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#308E62 (or 0x308E62) is known color: Eucalyptus. HEX triplet: 30, 8E and 62. RGB value is (48,142,98). Sum of RGB (Red+Green+Blue) = 48+142+98=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 142 (55.86% from 255 or 49.31% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 142 - color contains mainly: green. Hex color #308E62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308E62 is #CF719D. Grayscale: #6C6C6C. Windows color (decimal): -13595038 or 6458928. OLE color: 6458928.

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

Color convert

RGB 48 142 98 -
CMYK 0.66 0 0.31 0.44
HSL 151.91º 0.49% 0.37% -
HSV(B) 151.91º 0.66% 0.56% -
XYZ 13.1 20.86 14.89 -
YUV 108.88 121.86 84.58 -
System Red Green Blue C M Y K H S L
Decimal 48 142 98 0.66 0 0.31 0.44 151.91 0.49 0.37
Hex 30 8E 62 42 0 1F 2C 98 31 25
Octal 60 216 142 102 0 37 54 230 61 45
Binary 110000 10001110 1100010 1000010 0 11111 101100 10011000 110001 100101

Color Harmonies of #308E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308E62

Black with #308E62

Text Example


Text Example

White with #308E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,142,98); }

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

background-color css

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

 a { background-color: rgb(48,142,98); }

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

border-color css

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

 span { border-color: rgb(48,142,98); }

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