Html Css Color HEX #0FA41D Forest Green

📋 copy color: '#0FA41D'

red 15 ◦ green 164 ◦ blue 29

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

Shades of Forest Green #0FA41D

Tints of Forest Green #0FA41D

RGB

 RED value IS 15 (6.25% from 255) = 7.21%

 GREEN value IS 164 (64.45% from 255) = 78.85%

 BLUE value IS 29 (11.72% from 255) = 13.94%

R = 7.21%
G = 78.85%
B = 13.94%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#0FA41D (or 0x0FA41D) is known color: Forest Green. HEX triplet: 0F, A4 and 1D. RGB value is (15,164,29). Sum of RGB (Red+Green+Blue) = 15+164+29=208 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.21% from 208); Green value is 164 (64.45% from 255 or 78.85% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 164 - color contains mainly: green. Hex color #0FA41D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA41D is #F05BE2. Grayscale: #686868. Windows color (decimal): -15752163 or 1942543. OLE color: 1942543.

HSL color Cylindrical-coordinate representation of color #0FA41D: hue angle of 125.64º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA41D is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 15 164 29 -
CMYK 0.91 0 0.82 0.36
HSL 125.64º 0.83% 0.35% -
HSV(B) 125.64º 0.91% 0.64% -
XYZ 13.69 26.74 5.6 -
YUV 104.06 85.64 64.48 -
System Red Green Blue C M Y K H S L
Decimal 15 164 29 0.91 0 0.82 0.36 125.64 0.83 0.35
Hex F A4 1D 5B 0 52 24 7E 53 23
Octal 17 244 35 133 0 122 44 176 123 43
Binary 1111 10100100 11101 1011011 0 1010010 100100 1111110 1010011 100011

Color Harmonies of #0FA41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA41D

Black with #0FA41D

Text Example


Text Example

White with #0FA41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FA41D; }

 p { color: rgb(15,164,29); }

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

background-color css

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

 a { background-color: rgb(15,164,29); }

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

border-color css

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

 span { border-color: rgb(15,164,29); }

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