Html Css Color HEX #30A044 Chateau Green

📋 copy color: '#30A044'

red 48 ◦ green 160 ◦ blue 68

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

Shades of Chateau Green #30A044

Tints of Chateau Green #30A044

RGB

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

 GREEN value IS 160 (62.89% from 255) = 57.97%

 BLUE value IS 68 (26.95% from 255) = 24.64%

R = 17.39%
G = 57.97%
B = 24.64%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#30A044 (or 0x30A044) is known color: Chateau Green. HEX triplet: 30, A0 and 44. RGB value is (48,160,68). Sum of RGB (Red+Green+Blue) = 48+160+68=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 160 (62.89% from 255 or 57.97% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 160 - color contains mainly: green. Hex color #30A044 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A044 is #CF5FBB. Grayscale: #747474. Windows color (decimal): -13590460 or 4497456. OLE color: 4497456.

HSL color Cylindrical-coordinate representation of color #30A044: hue angle of 130.71º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A044 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 48 160 68 -
CMYK 0.70 0 0.57 0.37
HSL 130.71º 0.54% 0.41% -
HSV(B) 130.71º 0.7% 0.63% -
XYZ 14.83 26.19 9.74 -
YUV 116.02 100.89 79.48 -
System Red Green Blue C M Y K H S L
Decimal 48 160 68 0.70 0 0.57 0.37 130.71 0.54 0.41
Hex 30 A0 44 46 0 39 25 83 36 29
Octal 60 240 104 106 0 71 45 203 66 51
Binary 110000 10100000 1000100 1000110 0 111001 100101 10000011 110110 101001

Color Harmonies of #30A044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A044

Black with #30A044

Text Example


Text Example

White with #30A044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,160,68); }

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

background-color css

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

 a { background-color: rgb(48,160,68); }

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

border-color css

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

 span { border-color: rgb(48,160,68); }

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