Html Css Color HEX #308F66 Eucalyptus

📋 copy color: '#308F66'

red 48 ◦ green 143 ◦ blue 102

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

Shades of Eucalyptus #308F66

Tints of Eucalyptus #308F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.81%

R = 16.38%
G = 48.81%
B = 34.81%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#308F66 (or 0x308F66) is known color: Eucalyptus. HEX triplet: 30, 8F and 66. RGB value is (48,143,102). Sum of RGB (Red+Green+Blue) = 48+143+102=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 143 (56.25% from 255 or 48.81% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 143 - color contains mainly: green. Hex color #308F66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308F66 is #CF7099. Grayscale: #6D6D6D. Windows color (decimal): -13594778 or 6721328. OLE color: 6721328.

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

Color convert

RGB 48 143 102 -
CMYK 0.66 0 0.29 0.44
HSL 154.11º 0.5% 0.37% -
HSV(B) 154.11º 0.66% 0.56% -
XYZ 13.44 21.23 15.96 -
YUV 109.92 123.53 83.83 -
System Red Green Blue C M Y K H S L
Decimal 48 143 102 0.66 0 0.29 0.44 154.11 0.5 0.37
Hex 30 8F 66 42 0 1D 2C 9A 32 25
Octal 60 217 146 102 0 35 54 232 62 45
Binary 110000 10001111 1100110 1000010 0 11101 101100 10011010 110010 100101

Color Harmonies of #308F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308F66

Black with #308F66

Text Example


Text Example

White with #308F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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