Html Css Color HEX #30A84A Chateau Green

📋 copy color: '#30A84A'

red 48 ◦ green 168 ◦ blue 74

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

Shades of Chateau Green #30A84A

Tints of Chateau Green #30A84A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 57.93%

 BLUE value IS 74 (29.3% from 255) = 25.52%

R = 16.55%
G = 57.93%
B = 25.52%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.56

 K value IS 0.34

RGB Variations

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

Color information

#30A84A (or 0x30A84A) is known color: Chateau Green. HEX triplet: 30, A8 and 4A. RGB value is (48,168,74). Sum of RGB (Red+Green+Blue) = 48+168+74=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 168 (66.02% from 255 or 57.93% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 168 - color contains mainly: green. Hex color #30A84A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A84A is #CF57B5. Grayscale: #797979. Windows color (decimal): -13588406 or 4892720. OLE color: 4892720.

HSL color Cylindrical-coordinate representation of color #30A84A: hue angle of 133º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A84A is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB 48 168 74 -
CMYK 0.71 0 0.56 0.34
HSL 133º 0.56% 0.42% -
HSV(B) 133º 0.71% 0.66% -
XYZ 16.46 29.13 11.23 -
YUV 121.4 101.24 75.64 -
System Red Green Blue C M Y K H S L
Decimal 48 168 74 0.71 0 0.56 0.34 133 0.56 0.42
Hex 30 A8 4A 47 0 38 22 85 38 2A
Octal 60 250 112 107 0 70 42 205 70 52
Binary 110000 10101000 1001010 1000111 0 111000 100010 10000101 111000 101010

Color Harmonies of #30A84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A84A

Black with #30A84A

Text Example


Text Example

White with #30A84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,168,74); }

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

background-color css

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

 a { background-color: rgb(48,168,74); }

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

border-color css

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

 span { border-color: rgb(48,168,74); }

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