Html Css Color HEX #30A045 Chateau Green

📋 copy color: '#30A045'

red 48 ◦ green 160 ◦ blue 69

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

Shades of Chateau Green #30A045

Tints of Chateau Green #30A045

RGB

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

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

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

R = 17.33%
G = 57.76%
B = 24.91%

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

#30A045 (or 0x30A045) is known color: Chateau Green. HEX triplet: 30, A0 and 45. RGB value is (48,160,69). Sum of RGB (Red+Green+Blue) = 48+160+69=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 160 (62.89% from 255 or 57.76% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 160 - color contains mainly: green. Hex color #30A045 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A045 is #CF5FBA. Grayscale: #747474. Windows color (decimal): -13590459 or 4562992. OLE color: 4562992.

HSL color Cylindrical-coordinate representation of color #30A045: hue angle of 131.25º 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 #30A045 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 48 160 69 -
CMYK 0.70 0 0.57 0.37
HSL 131.25º 0.54% 0.41% -
HSV(B) 131.25º 0.7% 0.63% -
XYZ 14.86 26.2 9.9 -
YUV 116.14 101.39 79.4 -
System Red Green Blue C M Y K H S L
Decimal 48 160 69 0.70 0 0.57 0.37 131.25 0.54 0.41
Hex 30 A0 45 46 0 39 25 83 36 29
Octal 60 240 105 106 0 71 45 203 66 51
Binary 110000 10100000 1000101 1000110 0 111001 100101 10000011 110110 101001

Color Harmonies of #30A045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A045

Black with #30A045

Text Example


Text Example

White with #30A045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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