Html Css Color HEX #248301 Forest Green

📋 copy color: '#248301'

red 36 ◦ green 131 ◦ blue 1

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

Shades of Forest Green #248301

Tints of Forest Green #248301

RGB

 RED value IS 36 (14.45% from 255) = 21.43%

 GREEN value IS 131 (51.56% from 255) = 77.98%

 BLUE value IS 1 (0.78% from 255) = 0.6%

R = 21.43%
G = 77.98%
B = 0.6%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#248301 (or 0x248301) is known color: Forest Green. HEX triplet: 24, 83 and 01. RGB value is (36,131,1). Sum of RGB (Red+Green+Blue) = 36+131+1=168 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.43% from 168); Green value is 131 (51.56% from 255 or 77.98% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 131 - color contains mainly: green. Hex color #248301 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248301 is #DB7CFE. Grayscale: #585858. Windows color (decimal): -14384383 or 99108. OLE color: 99108.

HSL color Cylindrical-coordinate representation of color #248301: hue angle of 103.85º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #248301 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 131 1 -
CMYK 0.73 0 0.99 0.49
HSL 103.85º 0.98% 0.26% -
HSV(B) 103.85º 0.99% 0.51% -
XYZ 8.85 16.61 2.77 -
YUV 87.78 79.03 91.07 -
System Red Green Blue C M Y K H S L
Decimal 36 131 1 0.73 0 0.99 0.49 103.85 0.98 0.26
Hex 24 83 1 49 0 63 31 68 62 1A
Octal 44 203 1 111 0 143 61 150 142 32
Binary 100100 10000011 1 1001001 0 1100011 110001 1101000 1100010 11010

Color Harmonies of #248301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248301

Black with #248301

Text Example


Text Example

White with #248301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248301; }

 p { color: rgb(36,131,1); }

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

background-color css

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

 a { background-color: rgb(36,131,1); }

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

border-color css

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

 span { border-color: rgb(36,131,1); }

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