Html Css Color HEX #038F2C Forest Green

📋 copy color: '#038F2C'

red 3 ◦ green 143 ◦ blue 44

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

Shades of Forest Green #038F2C

Tints of Forest Green #038F2C

RGB

 RED value IS 3 (1.56% from 255) = 1.58%

 GREEN value IS 143 (56.25% from 255) = 75.26%

 BLUE value IS 44 (17.58% from 255) = 23.16%

R = 1.58%
G = 75.26%
B = 23.16%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#038F2C (or 0x038F2C) is known color: Forest Green. HEX triplet: 03, 8F and 2C. RGB value is (3,143,44). Sum of RGB (Red+Green+Blue) = 3+143+44=190 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.58% from 190); Green value is 143 (56.25% from 255 or 75.26% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 143 - color contains mainly: green. Hex color #038F2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038F2C is #FC70D3. Grayscale: #5A5A5A. Windows color (decimal): -16543956 or 2920195. OLE color: 2920195.

HSL color Cylindrical-coordinate representation of color #038F2C: hue angle of 137.57º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038F2C is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 143 44 -
CMYK 0.98 0 0.69 0.44
HSL 137.57º 0.96% 0.29% -
HSV(B) 137.57º 0.98% 0.56% -
XYZ 10.31 19.85 5.67 -
YUV 89.85 102.12 66.05 -
System Red Green Blue C M Y K H S L
Decimal 3 143 44 0.98 0 0.69 0.44 137.57 0.96 0.29
Hex 3 8F 2C 62 0 45 2C 8A 60 1D
Octal 3 217 54 142 0 105 54 212 140 35
Binary 11 10001111 101100 1100010 0 1000101 101100 10001010 1100000 11101

Color Harmonies of #038F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038F2C

Black with #038F2C

Text Example


Text Example

White with #038F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038F2C; }

 p { color: rgb(3,143,44); }

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

background-color css

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

 a { background-color: rgb(3,143,44); }

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

border-color css

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

 span { border-color: rgb(3,143,44); }

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