Html Css Color HEX #30A758 Chateau Green

📋 copy color: '#30A758'

red 48 ◦ green 167 ◦ blue 88

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

Shades of Chateau Green #30A758

Tints of Chateau Green #30A758

RGB

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

 GREEN value IS 167 (65.63% from 255) = 55.12%

 BLUE value IS 88 (34.77% from 255) = 29.04%

R = 15.84%
G = 55.12%
B = 29.04%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#30A758 (or 0x30A758) is known color: Chateau Green. HEX triplet: 30, A7 and 58. RGB value is (48,167,88). Sum of RGB (Red+Green+Blue) = 48+167+88=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 167 (65.62% from 255 or 55.12% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 167 - color contains mainly: green. Hex color #30A758 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A758 is #CF58A7. Grayscale: #7A7A7A. Windows color (decimal): -13588648 or 5809968. OLE color: 5809968.

HSL color Cylindrical-coordinate representation of color #30A758: hue angle of 140.17º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A758 is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB 48 167 88 -
CMYK 0.71 0 0.47 0.35
HSL 140.17º 0.55% 0.42% -
HSV(B) 140.17º 0.71% 0.65% -
XYZ 16.8 28.97 13.94 -
YUV 122.41 108.58 74.92 -
System Red Green Blue C M Y K H S L
Decimal 48 167 88 0.71 0 0.47 0.35 140.17 0.55 0.42
Hex 30 A7 58 47 0 2F 23 8C 37 2A
Octal 60 247 130 107 0 57 43 214 67 52
Binary 110000 10100111 1011000 1000111 0 101111 100011 10001100 110111 101010

Color Harmonies of #30A758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A758

Black with #30A758

Text Example


Text Example

White with #30A758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30A758; }

 p { color: rgb(48,167,88); }

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

background-color css

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

 a { background-color: rgb(48,167,88); }

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

border-color css

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

 span { border-color: rgb(48,167,88); }

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