Html Css Color HEX #30B351 Chateau Green

📋 copy color: '#30B351'

red 48 ◦ green 179 ◦ blue 81

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

Shades of Chateau Green #30B351

Tints of Chateau Green #30B351

RGB

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

 GREEN value IS 179 (70.31% from 255) = 58.12%

 BLUE value IS 81 (32.03% from 255) = 26.3%

R = 15.58%
G = 58.12%
B = 26.3%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#30B351 (or 0x30B351) is known color: Chateau Green. HEX triplet: 30, B3 and 51. RGB value is (48,179,81). Sum of RGB (Red+Green+Blue) = 48+179+81=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 179 (70.31% from 255 or 58.12% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 179 - color contains mainly: green. Hex color #30B351 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B351 is #CF4CAE. Grayscale: #808080. Windows color (decimal): -13585583 or 5354288. OLE color: 5354288.

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

Color convert

RGB 48 179 81 -
CMYK 0.73 0 0.55 0.30
HSL 135.11º 0.58% 0.45% -
HSV(B) 135.11º 0.73% 0.7% -
XYZ 18.82 33.46 13.25 -
YUV 128.66 101.1 70.47 -
System Red Green Blue C M Y K H S L
Decimal 48 179 81 0.73 0 0.55 0.30 135.11 0.58 0.45
Hex 30 B3 51 49 0 37 1E 87 3A 2D
Octal 60 263 121 111 0 67 36 207 72 55
Binary 110000 10110011 1010001 1001001 0 110111 11110 10000111 111010 101101

Color Harmonies of #30B351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B351

Black with #30B351

Text Example


Text Example

White with #30B351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,179,81); }

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

background-color css

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

 a { background-color: rgb(48,179,81); }

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

border-color css

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

 span { border-color: rgb(48,179,81); }

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