Html Css Color HEX #308E6B Eucalyptus

📋 copy color: '#308E6B'

red 48 ◦ green 142 ◦ blue 107

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

Shades of Eucalyptus #308E6B

Tints of Eucalyptus #308E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.03%

R = 16.16%
G = 47.81%
B = 36.03%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#308E6B (or 0x308E6B) is known color: Eucalyptus. HEX triplet: 30, 8E and 6B. RGB value is (48,142,107). Sum of RGB (Red+Green+Blue) = 48+142+107=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 142 (55.86% from 255 or 47.81% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 142 - color contains mainly: green. Hex color #308E6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308E6B is #CF7194. Grayscale: #6D6D6D. Windows color (decimal): -13595029 or 7048752. OLE color: 7048752.

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

Color convert

RGB 48 142 107 -
CMYK 0.66 0 0.25 0.44
HSL 157.66º 0.49% 0.37% -
HSV(B) 157.66º 0.66% 0.56% -
XYZ 13.55 21.04 17.26 -
YUV 109.9 126.36 83.85 -
System Red Green Blue C M Y K H S L
Decimal 48 142 107 0.66 0 0.25 0.44 157.66 0.49 0.37
Hex 30 8E 6B 42 0 19 2C 9E 31 25
Octal 60 216 153 102 0 31 54 236 61 45
Binary 110000 10001110 1101011 1000010 0 11001 101100 10011110 110001 100101

Color Harmonies of #308E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308E6B

Black with #308E6B

Text Example


Text Example

White with #308E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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