Html Css Color HEX #30A144 Chateau Green

📋 copy color: '#30A144'

red 48 ◦ green 161 ◦ blue 68

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

Shades of Chateau Green #30A144

Tints of Chateau Green #30A144

RGB

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

 GREEN value IS 161 (63.28% from 255) = 58.12%

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

R = 17.33%
G = 58.12%
B = 24.55%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#30A144 (or 0x30A144) is known color: Chateau Green. HEX triplet: 30, A1 and 44. RGB value is (48,161,68). Sum of RGB (Red+Green+Blue) = 48+161+68=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 161 (63.28% from 255 or 58.12% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 161 - color contains mainly: green. Hex color #30A144 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A144 is #CF5EBB. Grayscale: #747474. Windows color (decimal): -13590204 or 4497712. OLE color: 4497712.

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

Color convert

RGB 48 161 68 -
CMYK 0.70 0 0.58 0.37
HSL 130.62º 0.54% 0.41% -
HSV(B) 130.62º 0.7% 0.63% -
XYZ 15.01 26.54 9.8 -
YUV 116.61 100.56 79.06 -
System Red Green Blue C M Y K H S L
Decimal 48 161 68 0.70 0 0.58 0.37 130.62 0.54 0.41
Hex 30 A1 44 46 0 3A 25 83 36 29
Octal 60 241 104 106 0 72 45 203 66 51
Binary 110000 10100001 1000100 1000110 0 111010 100101 10000011 110110 101001

Color Harmonies of #30A144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A144

Black with #30A144

Text Example


Text Example

White with #30A144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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