Html Css Color HEX #30A548 Chateau Green

📋 copy color: '#30A548'

red 48 ◦ green 165 ◦ blue 72

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

Shades of Chateau Green #30A548

Tints of Chateau Green #30A548

RGB

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

 GREEN value IS 165 (64.84% from 255) = 57.89%

 BLUE value IS 72 (28.52% from 255) = 25.26%

R = 16.84%
G = 57.89%
B = 25.26%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#30A548 (or 0x30A548) is known color: Chateau Green. HEX triplet: 30, A5 and 48. RGB value is (48,165,72). Sum of RGB (Red+Green+Blue) = 48+165+72=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 165 (64.84% from 255 or 57.89% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 165 - color contains mainly: green. Hex color #30A548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A548 is #CF5AB7. Grayscale: #777777. Windows color (decimal): -13589176 or 4760880. OLE color: 4760880.

HSL color Cylindrical-coordinate representation of color #30A548: hue angle of 132.31º 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 #30A548 is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 48 165 72 -
CMYK 0.71 0 0.56 0.35
HSL 132.31º 0.55% 0.42% -
HSV(B) 132.31º 0.71% 0.65% -
XYZ 15.84 28.01 10.7 -
YUV 119.42 101.24 77.06 -
System Red Green Blue C M Y K H S L
Decimal 48 165 72 0.71 0 0.56 0.35 132.31 0.55 0.42
Hex 30 A5 48 47 0 38 23 84 37 2A
Octal 60 245 110 107 0 70 43 204 67 52
Binary 110000 10100101 1001000 1000111 0 111000 100011 10000100 110111 101010

Color Harmonies of #30A548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A548

Black with #30A548

Text Example


Text Example

White with #30A548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,165,72); }

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

background-color css

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

 a { background-color: rgb(48,165,72); }

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

border-color css

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

 span { border-color: rgb(48,165,72); }

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