Html Css Color HEX #309C50 Chateau Green

📋 copy color: '#309C50'

red 48 ◦ green 156 ◦ blue 80

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

Shades of Chateau Green #309C50

Tints of Chateau Green #309C50

RGB

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

 GREEN value IS 156 (61.33% from 255) = 54.93%

 BLUE value IS 80 (31.64% from 255) = 28.17%

R = 16.9%
G = 54.93%
B = 28.17%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#309C50 (or 0x309C50) is known color: Chateau Green. HEX triplet: 30, 9C and 50. RGB value is (48,156,80). Sum of RGB (Red+Green+Blue) = 48+156+80=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 156 (61.33% from 255 or 54.93% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 156 - color contains mainly: green. Hex color #309C50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309C50 is #CF63AF. Grayscale: #737373. Windows color (decimal): -13591472 or 5282864. OLE color: 5282864.

HSL color Cylindrical-coordinate representation of color #309C50: hue angle of 137.78º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309C50 is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 156 80 -
CMYK 0.69 0 0.49 0.39
HSL 137.78º 0.53% 0.4% -
HSV(B) 137.78º 0.69% 0.61% -
XYZ 14.56 24.98 11.64 -
YUV 115.04 108.22 80.18 -
System Red Green Blue C M Y K H S L
Decimal 48 156 80 0.69 0 0.49 0.39 137.78 0.53 0.4
Hex 30 9C 50 45 0 31 27 8A 35 28
Octal 60 234 120 105 0 61 47 212 65 50
Binary 110000 10011100 1010000 1000101 0 110001 100111 10001010 110101 101000

Color Harmonies of #309C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309C50

Black with #309C50

Text Example


Text Example

White with #309C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309C50; }

 p { color: rgb(48,156,80); }

 H1.HeaderClassName
 {
   color: #309C50;
 }
 .AnyTagClassName
 {
   color: #309C50;
 }
</style>

background-color css

<style>
 a { background-color: #309C50; }

 a { background-color: rgb(48,156,80); }

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

border-color css

<style>
 span { border-color: #309C50; }

 span { border-color: rgb(48,156,80); }

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