Html Css Color HEX #0D9428 Forest Green

📋 copy color: '#0D9428'

red 13 ◦ green 148 ◦ blue 40

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

Shades of Forest Green #0D9428

Tints of Forest Green #0D9428

RGB

 RED value IS 13 (5.47% from 255) = 6.47%

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

 BLUE value IS 40 (16.02% from 255) = 19.9%

R = 6.47%
G = 73.63%
B = 19.9%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#0D9428 (or 0x0D9428) is known color: Forest Green. HEX triplet: 0D, 94 and 28. RGB value is (13,148,40). Sum of RGB (Red+Green+Blue) = 13+148+40=201 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.47% from 201); Green value is 148 (58.20% from 255 or 73.63% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 148 - color contains mainly: green. Hex color #0D9428 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9428 is #F26BD7. Grayscale: #5F5F5F. Windows color (decimal): -15887320 or 2659341. OLE color: 2659341.

HSL color Cylindrical-coordinate representation of color #0D9428: hue angle of 132º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9428 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 13 148 40 -
CMYK 0.91 0 0.73 0.42
HSL 132º 0.84% 0.32% -
HSV(B) 132º 0.91% 0.58% -
XYZ 11.14 21.42 5.55 -
YUV 95.32 96.77 69.28 -
System Red Green Blue C M Y K H S L
Decimal 13 148 40 0.91 0 0.73 0.42 132 0.84 0.32
Hex D 94 28 5B 0 49 2A 84 54 20
Octal 15 224 50 133 0 111 52 204 124 40
Binary 1101 10010100 101000 1011011 0 1001001 101010 10000100 1010100 100000

Color Harmonies of #0D9428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9428

Black with #0D9428

Text Example


Text Example

White with #0D9428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,148,40); }

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

background-color css

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

 a { background-color: rgb(13,148,40); }

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

border-color css

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

 span { border-color: rgb(13,148,40); }

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