Html Css Color HEX #308D69 Eucalyptus

📋 copy color: '#308D69'

red 48 ◦ green 141 ◦ blue 105

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

Shades of Eucalyptus #308D69

Tints of Eucalyptus #308D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.71%

R = 16.33%
G = 47.96%
B = 35.71%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#308D69 (or 0x308D69) is known color: Eucalyptus. HEX triplet: 30, 8D and 69. RGB value is (48,141,105). Sum of RGB (Red+Green+Blue) = 48+141+105=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 141 (55.47% from 255 or 47.96% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 141 - color contains mainly: green. Hex color #308D69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308D69 is #CF7296. Grayscale: #6D6D6D. Windows color (decimal): -13595287 or 6917424. OLE color: 6917424.

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

Color convert

RGB 48 141 105 -
CMYK 0.66 0 0.26 0.45
HSL 156.77º 0.49% 0.37% -
HSV(B) 156.77º 0.66% 0.55% -
XYZ 13.29 20.7 16.66 -
YUV 109.09 125.69 84.43 -
System Red Green Blue C M Y K H S L
Decimal 48 141 105 0.66 0 0.26 0.45 156.77 0.49 0.37
Hex 30 8D 69 42 0 1A 2D 9D 31 25
Octal 60 215 151 102 0 32 55 235 61 45
Binary 110000 10001101 1101001 1000010 0 11010 101101 10011101 110001 100101

Color Harmonies of #308D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308D69

Black with #308D69

Text Example


Text Example

White with #308D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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