Html Css Color HEX #309028 Forest Green

📋 copy color: '#309028'

red 48 ◦ green 144 ◦ blue 40

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

Shades of Forest Green #309028

Tints of Forest Green #309028

RGB

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

 GREEN value IS 144 (56.64% from 255) = 62.07%

 BLUE value IS 40 (16.02% from 255) = 17.24%

R = 20.69%
G = 62.07%
B = 17.24%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#309028 (or 0x309028) is known color: Forest Green. HEX triplet: 30, 90 and 28. RGB value is (48,144,40). Sum of RGB (Red+Green+Blue) = 48+144+40=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 144 (56.64% from 255 or 62.07% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 144 - color contains mainly: green. Hex color #309028 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309028 is #CF6FD7. Grayscale: #676767. Windows color (decimal): -13594584 or 2658352. OLE color: 2658352.

HSL color Cylindrical-coordinate representation of color #309028: hue angle of 115.38º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #309028 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 144 40 -
CMYK 0.67 0 0.72 0.44
HSL 115.38º 0.57% 0.36% -
HSV(B) 115.38º 0.72% 0.56% -
XYZ 11.58 20.73 5.4 -
YUV 103.44 92.2 88.46 -
System Red Green Blue C M Y K H S L
Decimal 48 144 40 0.67 0 0.72 0.44 115.38 0.57 0.36
Hex 30 90 28 43 0 48 2C 73 39 24
Octal 60 220 50 103 0 110 54 163 71 44
Binary 110000 10010000 101000 1000011 0 1001000 101100 1110011 111001 100100

Color Harmonies of #309028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309028

Black with #309028

Text Example


Text Example

White with #309028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309028; }

 p { color: rgb(48,144,40); }

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

background-color css

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

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

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

border-color css

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

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

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