Html Css Color HEX #30925F Eucalyptus

📋 copy color: '#30925F'

red 48 ◦ green 146 ◦ blue 95

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

Shades of Eucalyptus #30925F

Tints of Eucalyptus #30925F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.52%

 BLUE value IS 95 (37.5% from 255) = 32.87%

R = 16.61%
G = 50.52%
B = 32.87%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.35

 K value IS 0.43

RGB Variations

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

Color information

#30925F (or 0x30925F) is known color: Eucalyptus. HEX triplet: 30, 92 and 5F. RGB value is (48,146,95). Sum of RGB (Red+Green+Blue) = 48+146+95=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 146 (57.42% from 255 or 50.52% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 146 - color contains mainly: green. Hex color #30925F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30925F is #CF6DA0. Grayscale: #6E6E6E. Windows color (decimal): -13594017 or 6263344. OLE color: 6263344.

HSL color Cylindrical-coordinate representation of color #30925F: hue angle of 148.78º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30925F is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 146 95 -
CMYK 0.67 0 0.35 0.43
HSL 148.78º 0.51% 0.38% -
HSV(B) 148.78º 0.67% 0.57% -
XYZ 13.56 22.01 14.36 -
YUV 110.88 119.03 83.15 -
System Red Green Blue C M Y K H S L
Decimal 48 146 95 0.67 0 0.35 0.43 148.78 0.51 0.38
Hex 30 92 5F 43 0 23 2B 95 33 26
Octal 60 222 137 103 0 43 53 225 63 46
Binary 110000 10010010 1011111 1000011 0 100011 101011 10010101 110011 100110

Color Harmonies of #30925F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30925F

Black with #30925F

Text Example


Text Example

White with #30925F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30925F; }

 p { color: rgb(48,146,95); }

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

background-color css

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

 a { background-color: rgb(48,146,95); }

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

border-color css

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

 span { border-color: rgb(48,146,95); }

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