Html Css Color HEX #0F9429 Forest Green

📋 copy color: '#0F9429'

red 15 ◦ green 148 ◦ blue 41

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

Shades of Forest Green #0F9429

Tints of Forest Green #0F9429

RGB

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

 GREEN value IS 148 (58.2% from 255) = 72.55%

 BLUE value IS 41 (16.41% from 255) = 20.1%

R = 7.35%
G = 72.55%
B = 20.1%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#0F9429 (or 0x0F9429) is known color: Forest Green. HEX triplet: 0F, 94 and 29. RGB value is (15,148,41). Sum of RGB (Red+Green+Blue) = 15+148+41=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 148 (58.20% from 255 or 72.55% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 148 - color contains mainly: green. Hex color #0F9429 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9429 is #F06BD6. Grayscale: #606060. Windows color (decimal): -15756247 or 2724879. OLE color: 2724879.

HSL color Cylindrical-coordinate representation of color #0F9429: hue angle of 131.73º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9429 is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 148 41 -
CMYK 0.90 0 0.72 0.42
HSL 131.73º 0.82% 0.32% -
HSV(B) 131.73º 0.9% 0.58% -
XYZ 11.19 21.44 5.65 -
YUV 96.04 96.94 70.2 -
System Red Green Blue C M Y K H S L
Decimal 15 148 41 0.90 0 0.72 0.42 131.73 0.82 0.32
Hex F 94 29 5A 0 48 2A 84 52 20
Octal 17 224 51 132 0 110 52 204 122 40
Binary 1111 10010100 101001 1011010 0 1001000 101010 10000100 1010010 100000

Color Harmonies of #0F9429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9429

Black with #0F9429

Text Example


Text Example

White with #0F9429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,148,41); }

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

background-color css

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

 a { background-color: rgb(15,148,41); }

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

border-color css

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

 span { border-color: rgb(15,148,41); }

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