Html Css Color HEX #309341 Chateau Green

📋 copy color: '#309341'

red 48 ◦ green 147 ◦ blue 65

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

Shades of Chateau Green #309341

Tints of Chateau Green #309341

RGB

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

 GREEN value IS 147 (57.81% from 255) = 56.54%

 BLUE value IS 65 (25.78% from 255) = 25%

R = 18.46%
G = 56.54%
B = 25%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#309341 (or 0x309341) is known color: Chateau Green. HEX triplet: 30, 93 and 41. RGB value is (48,147,65). Sum of RGB (Red+Green+Blue) = 48+147+65=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 147 (57.81% from 255 or 56.54% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 147 - color contains mainly: green. Hex color #309341 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309341 is #CF6CBE. Grayscale: #6C6C6C. Windows color (decimal): -13593791 or 4297520. OLE color: 4297520.

HSL color Cylindrical-coordinate representation of color #309341: hue angle of 130.3º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309341 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 147 65 -
CMYK 0.67 0 0.56 0.42
HSL 130.3º 0.51% 0.38% -
HSV(B) 130.3º 0.67% 0.58% -
XYZ 12.61 21.88 8.56 -
YUV 108.05 103.7 85.17 -
System Red Green Blue C M Y K H S L
Decimal 48 147 65 0.67 0 0.56 0.42 130.3 0.51 0.38
Hex 30 93 41 43 0 38 2A 82 33 26
Octal 60 223 101 103 0 70 52 202 63 46
Binary 110000 10010011 1000001 1000011 0 111000 101010 10000010 110011 100110

Color Harmonies of #309341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309341

Black with #309341

Text Example


Text Example

White with #309341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309341; }

 p { color: rgb(48,147,65); }

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

background-color css

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

 a { background-color: rgb(48,147,65); }

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

border-color css

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

 span { border-color: rgb(48,147,65); }

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