Html Css Color HEX #248A2D Forest Green

📋 copy color: '#248A2D'

red 36 ◦ green 138 ◦ blue 45

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

Shades of Forest Green #248A2D

Tints of Forest Green #248A2D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 63.01%

 BLUE value IS 45 (17.97% from 255) = 20.55%

R = 16.44%
G = 63.01%
B = 20.55%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#248A2D (or 0x248A2D) is known color: Forest Green. HEX triplet: 24, 8A and 2D. RGB value is (36,138,45). Sum of RGB (Red+Green+Blue) = 36+138+45=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 138 (54.30% from 255 or 63.01% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 138 - color contains mainly: green. Hex color #248A2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248A2D is #DB75D2. Grayscale: #616161. Windows color (decimal): -14382547 or 2984484. OLE color: 2984484.

HSL color Cylindrical-coordinate representation of color #248A2D: hue angle of 125.29º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248A2D is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 138 45 -
CMYK 0.74 0 0.67 0.46
HSL 125.29º 0.59% 0.34% -
HSV(B) 125.29º 0.74% 0.54% -
XYZ 10.29 18.74 5.56 -
YUV 96.9 98.71 84.56 -
System Red Green Blue C M Y K H S L
Decimal 36 138 45 0.74 0 0.67 0.46 125.29 0.59 0.34
Hex 24 8A 2D 4A 0 43 2E 7D 3B 22
Octal 44 212 55 112 0 103 56 175 73 42
Binary 100100 10001010 101101 1001010 0 1000011 101110 1111101 111011 100010

Color Harmonies of #248A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248A2D

Black with #248A2D

Text Example


Text Example

White with #248A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248A2D; }

 p { color: rgb(36,138,45); }

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

background-color css

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

 a { background-color: rgb(36,138,45); }

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

border-color css

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

 span { border-color: rgb(36,138,45); }

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