Html Css Color HEX #30AB46 Chateau Green

📋 copy color: '#30AB46'

red 48 ◦ green 171 ◦ blue 70

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

Shades of Chateau Green #30AB46

Tints of Chateau Green #30AB46

RGB

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

 GREEN value IS 171 (67.19% from 255) = 59.17%

 BLUE value IS 70 (27.73% from 255) = 24.22%

R = 16.61%
G = 59.17%
B = 24.22%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#30AB46 (or 0x30AB46) is known color: Chateau Green. HEX triplet: 30, AB and 46. RGB value is (48,171,70). Sum of RGB (Red+Green+Blue) = 48+171+70=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 171 (67.19% from 255 or 59.17% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AB46 is #CF54B9. Grayscale: #7A7A7A. Windows color (decimal): -13587642 or 4631344. OLE color: 4631344.

HSL color Cylindrical-coordinate representation of color #30AB46: hue angle of 130.73º 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 #30AB46 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 171 70 -
CMYK 0.72 0 0.59 0.33
HSL 130.73º 0.56% 0.43% -
HSV(B) 130.73º 0.72% 0.67% -
XYZ 16.89 30.2 10.73 -
YUV 122.71 98.25 74.71 -
System Red Green Blue C M Y K H S L
Decimal 48 171 70 0.72 0 0.59 0.33 130.73 0.56 0.43
Hex 30 AB 46 48 0 3B 21 83 38 2B
Octal 60 253 106 110 0 73 41 203 70 53
Binary 110000 10101011 1000110 1001000 0 111011 100001 10000011 111000 101011

Color Harmonies of #30AB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AB46

Black with #30AB46

Text Example


Text Example

White with #30AB46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,171,70); }

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

background-color css

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

 a { background-color: rgb(48,171,70); }

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

border-color css

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

 span { border-color: rgb(48,171,70); }

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