Html Css Color HEX #30B051 Chateau Green

📋 copy color: '#30B051'

red 48 ◦ green 176 ◦ blue 81

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

Shades of Chateau Green #30B051

Tints of Chateau Green #30B051

RGB

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

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

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

R = 15.74%
G = 57.7%
B = 26.56%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#30B051 (or 0x30B051) is known color: Chateau Green. HEX triplet: 30, B0 and 51. RGB value is (48,176,81). Sum of RGB (Red+Green+Blue) = 48+176+81=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 176 (69.14% from 255 or 57.70% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 176 - color contains mainly: green. Hex color #30B051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30B051 is #CF4FAE. Grayscale: #7F7F7F. Windows color (decimal): -13586351 or 5353520. OLE color: 5353520.

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

Color convert

RGB 48 176 81 -
CMYK 0.73 0 0.54 0.31
HSL 135.47º 0.57% 0.44% -
HSV(B) 135.47º 0.73% 0.69% -
XYZ 18.23 32.27 13.05 -
YUV 126.9 102.09 71.72 -
System Red Green Blue C M Y K H S L
Decimal 48 176 81 0.73 0 0.54 0.31 135.47 0.57 0.44
Hex 30 B0 51 49 0 36 1F 87 39 2C
Octal 60 260 121 111 0 66 37 207 71 54
Binary 110000 10110000 1010001 1001001 0 110110 11111 10000111 111001 101100

Color Harmonies of #30B051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B051

Black with #30B051

Text Example


Text Example

White with #30B051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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