Html Css Color HEX #038525 Forest Green

📋 copy color: '#038525'

red 3 ◦ green 133 ◦ blue 37

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

Shades of Forest Green #038525

Tints of Forest Green #038525

RGB

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

 GREEN value IS 133 (52.34% from 255) = 76.88%

 BLUE value IS 37 (14.84% from 255) = 21.39%

R = 1.73%
G = 76.88%
B = 21.39%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#038525 (or 0x038525) is known color: Forest Green. HEX triplet: 03, 85 and 25. RGB value is (3,133,37). Sum of RGB (Red+Green+Blue) = 3+133+37=173 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.73% from 173); Green value is 133 (52.34% from 255 or 76.88% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 133 - color contains mainly: green. Hex color #038525 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038525 is #FC7ADA. Grayscale: #535353. Windows color (decimal): -16546523 or 2458883. OLE color: 2458883.

HSL color Cylindrical-coordinate representation of color #038525: hue angle of 135.69º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038525 is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 133 37 -
CMYK 0.98 0 0.72 0.48
HSL 135.69º 0.96% 0.27% -
HSV(B) 135.69º 0.98% 0.52% -
XYZ 8.76 16.93 4.56 -
YUV 83.19 101.93 70.81 -
System Red Green Blue C M Y K H S L
Decimal 3 133 37 0.98 0 0.72 0.48 135.69 0.96 0.27
Hex 3 85 25 62 0 48 30 88 60 1B
Octal 3 205 45 142 0 110 60 210 140 33
Binary 11 10000101 100101 1100010 0 1001000 110000 10001000 1100000 11011

Color Harmonies of #038525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038525

Black with #038525

Text Example


Text Example

White with #038525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038525; }

 p { color: rgb(3,133,37); }

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

background-color css

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

 a { background-color: rgb(3,133,37); }

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

border-color css

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

 span { border-color: rgb(3,133,37); }

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