Html Css Color HEX #309441 Chateau Green

📋 copy color: '#309441'

red 48 ◦ green 148 ◦ blue 65

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

Shades of Chateau Green #309441

Tints of Chateau Green #309441

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.7%

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

R = 18.39%
G = 56.7%
B = 24.9%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#309441 (or 0x309441) is known color: Chateau Green. HEX triplet: 30, 94 and 41. RGB value is (48,148,65). Sum of RGB (Red+Green+Blue) = 48+148+65=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 148 (58.20% from 255 or 56.70% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 148 - color contains mainly: green. Hex color #309441 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309441 is #CF6BBE. Grayscale: #6C6C6C. Windows color (decimal): -13593535 or 4297776. OLE color: 4297776.

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

Color convert

RGB 48 148 65 -
CMYK 0.68 0 0.56 0.42
HSL 130.2º 0.51% 0.38% -
HSV(B) 130.2º 0.68% 0.58% -
XYZ 12.76 22.19 8.61 -
YUV 108.64 103.37 84.75 -
System Red Green Blue C M Y K H S L
Decimal 48 148 65 0.68 0 0.56 0.42 130.2 0.51 0.38
Hex 30 94 41 44 0 38 2A 82 33 26
Octal 60 224 101 104 0 70 52 202 63 46
Binary 110000 10010100 1000001 1000100 0 111000 101010 10000010 110011 100110

Color Harmonies of #309441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309441

Black with #309441

Text Example


Text Example

White with #309441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309441; }

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

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

background-color css

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

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

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

border-color css

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

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

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