Html Css Color HEX #248328 Forest Green

📋 copy color: '#248328'

red 36 ◦ green 131 ◦ blue 40

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

Shades of Forest Green #248328

Tints of Forest Green #248328

RGB

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

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

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

R = 17.39%
G = 63.29%
B = 19.32%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#248328 (or 0x248328) is known color: Forest Green. HEX triplet: 24, 83 and 28. RGB value is (36,131,40). Sum of RGB (Red+Green+Blue) = 36+131+40=207 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.39% from 207); Green value is 131 (51.56% from 255 or 63.29% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 131 - color contains mainly: green. Hex color #248328 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248328 is #DB7CD7. Grayscale: #5C5C5C. Windows color (decimal): -14384344 or 2655012. OLE color: 2655012.

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

Color convert

RGB 36 131 40 -
CMYK 0.73 0 0.69 0.49
HSL 122.53º 0.57% 0.33% -
HSV(B) 122.53º 0.73% 0.51% -
XYZ 9.23 16.76 4.76 -
YUV 92.22 98.53 87.9 -
System Red Green Blue C M Y K H S L
Decimal 36 131 40 0.73 0 0.69 0.49 122.53 0.57 0.33
Hex 24 83 28 49 0 45 31 7B 39 21
Octal 44 203 50 111 0 105 61 173 71 41
Binary 100100 10000011 101000 1001001 0 1000101 110001 1111011 111001 100001

Color Harmonies of #248328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248328

Black with #248328

Text Example


Text Example

White with #248328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248328; }

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

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

background-color css

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

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

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

border-color css

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

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

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