Html Css Color HEX #0F5C03 Green

📋 copy color: '#0F5C03'

red 15 ◦ green 92 ◦ blue 3

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

Shades of Green #0F5C03

Tints of Green #0F5C03

RGB

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

 GREEN value IS 92 (36.33% from 255) = 83.64%

 BLUE value IS 3 (1.56% from 255) = 2.73%

R = 13.64%
G = 83.64%
B = 2.73%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.97

 K value IS 0.64

RGB Variations

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

Color information

#0F5C03 (or 0x0F5C03) is known color: Green. HEX triplet: 0F, 5C and 03. RGB value is (15,92,3). Sum of RGB (Red+Green+Blue) = 15+92+3=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 92 (36.33% from 255 or 83.64% from 110); Blue value is 3 (1.56% from 255 or 2.73% from 110); Max value from RGB is 92 - color contains mainly: green. Hex color #0F5C03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5C03 is #F0A3FC. Grayscale: #3B3B3B. Windows color (decimal): -15770621 or 220175. OLE color: 220175.

HSL color Cylindrical-coordinate representation of color #0F5C03: hue angle of 111.91º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F5C03 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.

Color convert

RGB 15 92 3 -
CMYK 0.84 0 0.97 0.64
HSL 111.91º 0.94% 0.19% -
HSV(B) 111.91º 0.97% 0.36% -
XYZ 4.04 7.76 1.37 -
YUV 58.83 96.49 96.74 -
System Red Green Blue C M Y K H S L
Decimal 15 92 3 0.84 0 0.97 0.64 111.91 0.94 0.19
Hex F 5C 3 54 0 61 40 70 5E 13
Octal 17 134 3 124 0 141 100 160 136 23
Binary 1111 1011100 11 1010100 0 1100001 1000000 1110000 1011110 10011

Color Harmonies of #0F5C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5C03

Black with #0F5C03

Text Example


Text Example

White with #0F5C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,92,3); }

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

background-color css

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

 a { background-color: rgb(15,92,3); }

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

border-color css

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

 span { border-color: rgb(15,92,3); }

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