Html Css Color HEX #30B04A Chateau Green

📋 copy color: '#30B04A'

red 48 ◦ green 176 ◦ blue 74

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

Shades of Chateau Green #30B04A

Tints of Chateau Green #30B04A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 59.06%

 BLUE value IS 74 (29.3% from 255) = 24.83%

R = 16.11%
G = 59.06%
B = 24.83%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#30B04A (or 0x30B04A) is known color: Chateau Green. HEX triplet: 30, B0 and 4A. RGB value is (48,176,74). Sum of RGB (Red+Green+Blue) = 48+176+74=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 176 (69.14% from 255 or 59.06% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 176 - color contains mainly: green. Hex color #30B04A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B04A is #CF4FB5. Grayscale: #7E7E7E. Windows color (decimal): -13586358 or 4894768. OLE color: 4894768.

HSL color Cylindrical-coordinate representation of color #30B04A: hue angle of 132.19º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B04A is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 176 74 -
CMYK 0.73 0 0.58 0.31
HSL 132.19º 0.57% 0.44% -
HSV(B) 132.19º 0.73% 0.69% -
XYZ 17.98 32.17 11.74 -
YUV 126.1 98.59 72.29 -
System Red Green Blue C M Y K H S L
Decimal 48 176 74 0.73 0 0.58 0.31 132.19 0.57 0.44
Hex 30 B0 4A 49 0 3A 1F 84 39 2C
Octal 60 260 112 111 0 72 37 204 71 54
Binary 110000 10110000 1001010 1001001 0 111010 11111 10000100 111001 101100

Color Harmonies of #30B04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B04A

Black with #30B04A

Text Example


Text Example

White with #30B04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,176,74); }

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

background-color css

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

 a { background-color: rgb(48,176,74); }

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

border-color css

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

 span { border-color: rgb(48,176,74); }

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