Html Css Color HEX #304230 Timber Green

📋 copy color: '#304230'

red 48 ◦ green 66 ◦ blue 48

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

Shades of Timber Green #304230

Tints of Timber Green #304230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.74%

 BLUE value IS 48 (19.14% from 255) = 29.63%

R = 29.63%
G = 40.74%
B = 29.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#304230 (or 0x304230) is known color: Timber Green. HEX triplet: 30, 42 and 30. RGB value is (48,66,48). Sum of RGB (Red+Green+Blue) = 48+66+48=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 66 - color contains mainly: green. Hex color #304230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304230 is #CFBDCF. Grayscale: #3A3A3A. Windows color (decimal): -13614544 or 3162672. OLE color: 3162672.

HSL color Cylindrical-coordinate representation of color #304230: hue angle of 120º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #304230 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 66 48 -
CMYK 0.27 0 0.27 0.74
HSL 120º 0.16% 0.22% -
HSV(B) 120º 0.27% 0.26% -
XYZ 3.7 4.74 3.52 -
YUV 58.57 122.04 120.46 -
System Red Green Blue C M Y K H S L
Decimal 48 66 48 0.27 0 0.27 0.74 120 0.16 0.22
Hex 30 42 30 1B 0 1B 4A 78 10 16
Octal 60 102 60 33 0 33 112 170 20 26
Binary 110000 1000010 110000 11011 0 11011 1001010 1111000 10000 10110

Color Harmonies of #304230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304230

Black with #304230

Text Example


Text Example

White with #304230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304230; }

 p { color: rgb(48,66,48); }

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

background-color css

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

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

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

border-color css

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

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

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