Html Css Color HEX #30B04F Chateau Green

📋 copy color: '#30B04F'

red 48 ◦ green 176 ◦ blue 79

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

Shades of Chateau Green #30B04F

Tints of Chateau Green #30B04F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.07%

R = 15.84%
G = 58.09%
B = 26.07%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#30B04F (or 0x30B04F) is known color: Chateau Green. HEX triplet: 30, B0 and 4F. RGB value is (48,176,79). Sum of RGB (Red+Green+Blue) = 48+176+79=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 176 (69.14% from 255 or 58.09% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 176 - color contains mainly: green. Hex color #30B04F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30B04F is #CF4FB0. Grayscale: #7E7E7E. Windows color (decimal): -13586353 or 5222448. OLE color: 5222448.

HSL color Cylindrical-coordinate representation of color #30B04F: hue angle of 134.53º 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 #30B04F is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 176 79 -
CMYK 0.73 0 0.55 0.31
HSL 134.53º 0.57% 0.44% -
HSV(B) 134.53º 0.73% 0.69% -
XYZ 18.16 32.24 12.66 -
YUV 126.67 101.09 71.89 -
System Red Green Blue C M Y K H S L
Decimal 48 176 79 0.73 0 0.55 0.31 134.53 0.57 0.44
Hex 30 B0 4F 49 0 37 1F 87 39 2C
Octal 60 260 117 111 0 67 37 207 71 54
Binary 110000 10110000 1001111 1001001 0 110111 11111 10000111 111001 101100

Color Harmonies of #30B04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B04F

Black with #30B04F

Text Example


Text Example

White with #30B04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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