Html Css Color HEX #30AC45 Chateau Green

📋 copy color: '#30AC45'

red 48 ◦ green 172 ◦ blue 69

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

Shades of Chateau Green #30AC45

Tints of Chateau Green #30AC45

RGB

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

 GREEN value IS 172 (67.58% from 255) = 59.52%

 BLUE value IS 69 (27.34% from 255) = 23.88%

R = 16.61%
G = 59.52%
B = 23.88%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#30AC45 (or 0x30AC45) is known color: Chateau Green. HEX triplet: 30, AC and 45. RGB value is (48,172,69). Sum of RGB (Red+Green+Blue) = 48+172+69=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 172 (67.58% from 255 or 59.52% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 172 - color contains mainly: green. Hex color #30AC45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AC45 is #CF53BA. Grayscale: #7B7B7B. Windows color (decimal): -13587387 or 4566064. OLE color: 4566064.

HSL color Cylindrical-coordinate representation of color #30AC45: hue angle of 130.16º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AC45 is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 172 69 -
CMYK 0.72 0 0.60 0.33
HSL 130.16º 0.56% 0.43% -
HSV(B) 130.16º 0.72% 0.67% -
XYZ 17.05 30.56 10.63 -
YUV 123.18 97.42 74.38 -
System Red Green Blue C M Y K H S L
Decimal 48 172 69 0.72 0 0.60 0.33 130.16 0.56 0.43
Hex 30 AC 45 48 0 3C 21 82 38 2B
Octal 60 254 105 110 0 74 41 202 70 53
Binary 110000 10101100 1000101 1001000 0 111100 100001 10000010 111000 101011

Color Harmonies of #30AC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AC45

Black with #30AC45

Text Example


Text Example

White with #30AC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,172,69); }

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

background-color css

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

 a { background-color: rgb(48,172,69); }

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

border-color css

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

 span { border-color: rgb(48,172,69); }

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