Html Css Color HEX #30B246 Chateau Green

📋 copy color: '#30B246'

red 48 ◦ green 178 ◦ blue 70

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

Shades of Chateau Green #30B246

Tints of Chateau Green #30B246

RGB

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

 GREEN value IS 178 (69.92% from 255) = 60.14%

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

R = 16.22%
G = 60.14%
B = 23.65%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#30B246 (or 0x30B246) is known color: Chateau Green. HEX triplet: 30, B2 and 46. RGB value is (48,178,70). Sum of RGB (Red+Green+Blue) = 48+178+70=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 178 (69.92% from 255 or 60.14% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 178 - color contains mainly: green. Hex color #30B246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B246 is #CF4DB9. Grayscale: #7F7F7F. Windows color (decimal): -13585850 or 4633136. OLE color: 4633136.

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

Color convert

RGB 48 178 70 -
CMYK 0.73 0 0.61 0.30
HSL 130.15º 0.58% 0.44% -
HSV(B) 130.15º 0.73% 0.7% -
XYZ 18.24 32.91 11.19 -
YUV 126.82 95.93 71.78 -
System Red Green Blue C M Y K H S L
Decimal 48 178 70 0.73 0 0.61 0.30 130.15 0.58 0.44
Hex 30 B2 46 49 0 3D 1E 82 3A 2C
Octal 60 262 106 111 0 75 36 202 72 54
Binary 110000 10110010 1000110 1001001 0 111101 11110 10000010 111010 101100

Color Harmonies of #30B246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B246

Black with #30B246

Text Example


Text Example

White with #30B246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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