Html Css Color HEX #309462 Eucalyptus

📋 copy color: '#309462'

red 48 ◦ green 148 ◦ blue 98

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

Shades of Eucalyptus #309462

Tints of Eucalyptus #309462

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.34%

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

R = 16.33%
G = 50.34%
B = 33.33%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#309462 (or 0x309462) is known color: Eucalyptus. HEX triplet: 30, 94 and 62. RGB value is (48,148,98). Sum of RGB (Red+Green+Blue) = 48+148+98=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 148 (58.20% from 255 or 50.34% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 148 - color contains mainly: green. Hex color #309462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309462 is #CF6B9D. Grayscale: #707070. Windows color (decimal): -13593502 or 6460464. OLE color: 6460464.

HSL color Cylindrical-coordinate representation of color #309462: hue angle of 150º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309462 is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 148 98 -
CMYK 0.68 0 0.34 0.42
HSL 150º 0.51% 0.38% -
HSV(B) 150º 0.68% 0.58% -
XYZ 14.01 22.69 15.2 -
YUV 112.4 119.87 82.07 -
System Red Green Blue C M Y K H S L
Decimal 48 148 98 0.68 0 0.34 0.42 150 0.51 0.38
Hex 30 94 62 44 0 22 2A 96 33 26
Octal 60 224 142 104 0 42 52 226 63 46
Binary 110000 10010100 1100010 1000100 0 100010 101010 10010110 110011 100110

Color Harmonies of #309462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309462

Black with #309462

Text Example


Text Example

White with #309462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309462; }

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

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

background-color css

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

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

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

border-color css

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

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

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