Html Css Color HEX #309968 Eucalyptus

📋 copy color: '#309968'

red 48 ◦ green 153 ◦ blue 104

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

Shades of Eucalyptus #309968

Tints of Eucalyptus #309968

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.16%

 BLUE value IS 104 (41.02% from 255) = 34.1%

R = 15.74%
G = 50.16%
B = 34.1%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#309968 (or 0x309968) is known color: Eucalyptus. HEX triplet: 30, 99 and 68. RGB value is (48,153,104). Sum of RGB (Red+Green+Blue) = 48+153+104=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #309968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309968 is #CF6697. Grayscale: #747474. Windows color (decimal): -13592216 or 6854960. OLE color: 6854960.

HSL color Cylindrical-coordinate representation of color #309968: hue angle of 152º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309968 is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 153 104 -
CMYK 0.69 0 0.32 0.4
HSL 152º 0.52% 0.39% -
HSV(B) 152º 0.69% 0.6% -
XYZ 15.11 24.41 17.01 -
YUV 116.02 121.21 79.48 -
System Red Green Blue C M Y K H S L
Decimal 48 153 104 0.69 0 0.32 0.4 152 0.52 0.39
Hex 30 99 68 45 0 20 28 98 34 27
Octal 60 231 150 105 0 40 50 230 64 47
Binary 110000 10011001 1101000 1000101 0 100000 101000 10011000 110100 100111

Color Harmonies of #309968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309968

Black with #309968

Text Example


Text Example

White with #309968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309968; }

 p { color: rgb(48,153,104); }

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

background-color css

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

 a { background-color: rgb(48,153,104); }

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

border-color css

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

 span { border-color: rgb(48,153,104); }

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