Html Css Color HEX #309B48 Chateau Green

📋 copy color: '#309B48'

red 48 ◦ green 155 ◦ blue 72

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

Shades of Chateau Green #309B48

Tints of Chateau Green #309B48

RGB

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

 GREEN value IS 155 (60.94% from 255) = 56.36%

 BLUE value IS 72 (28.52% from 255) = 26.18%

R = 17.45%
G = 56.36%
B = 26.18%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#309B48 (or 0x309B48) is known color: Chateau Green. HEX triplet: 30, 9B and 48. RGB value is (48,155,72). Sum of RGB (Red+Green+Blue) = 48+155+72=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 155 (60.94% from 255 or 56.36% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 155 - color contains mainly: green. Hex color #309B48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309B48 is #CF64B7. Grayscale: #717171. Windows color (decimal): -13591736 or 4758320. OLE color: 4758320.

HSL color Cylindrical-coordinate representation of color #309B48: hue angle of 133.46º 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 #309B48 is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 155 72 -
CMYK 0.69 0 0.54 0.39
HSL 133.46º 0.53% 0.4% -
HSV(B) 133.46º 0.69% 0.61% -
XYZ 14.11 24.54 10.12 -
YUV 113.55 104.55 81.25 -
System Red Green Blue C M Y K H S L
Decimal 48 155 72 0.69 0 0.54 0.39 133.46 0.53 0.4
Hex 30 9B 48 45 0 36 27 85 35 28
Octal 60 233 110 105 0 66 47 205 65 50
Binary 110000 10011011 1001000 1000101 0 110110 100111 10000101 110101 101000

Color Harmonies of #309B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309B48

Black with #309B48

Text Example


Text Example

White with #309B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,155,72); }

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

background-color css

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

 a { background-color: rgb(48,155,72); }

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

border-color css

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

 span { border-color: rgb(48,155,72); }

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