Html Css Color HEX #0F312A Racing Green

📋 copy color: '#0F312A'

red 15 ◦ green 49 ◦ blue 42

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

Shades of Racing Green #0F312A

Tints of Racing Green #0F312A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 46.23%

 BLUE value IS 42 (16.8% from 255) = 39.62%

R = 14.15%
G = 46.23%
B = 39.62%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.14

 K value IS 0.81

RGB Variations

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

Color information

#0F312A (or 0x0F312A) is known color: Racing Green. HEX triplet: 0F, 31 and 2A. RGB value is (15,49,42). Sum of RGB (Red+Green+Blue) = 15+49+42=106 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.15% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 42 (16.80% from 255 or 39.62% from 106); Max value from RGB is 49 - color contains mainly: green. Hex color #0F312A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F312A is #F0CED5. Grayscale: #262626. Windows color (decimal): -15781590 or 2765071. OLE color: 2765071.

HSL color Cylindrical-coordinate representation of color #0F312A: hue angle of 167.65º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F312A is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.81.

Color convert

RGB 15 49 42 -
CMYK 0.69 0 0.14 0.81
HSL 167.65º 0.53% 0.13% -
HSV(B) 167.65º 0.69% 0.19% -
XYZ 1.71 2.47 2.58 -
YUV 38.04 130.24 111.57 -
System Red Green Blue C M Y K H S L
Decimal 15 49 42 0.69 0 0.14 0.81 167.65 0.53 0.13
Hex F 31 2A 45 0 E 51 A8 35 D
Octal 17 61 52 105 0 16 121 250 65 15
Binary 1111 110001 101010 1000101 0 1110 1010001 10101000 110101 1101

Color Harmonies of #0F312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F312A

Black with #0F312A

Text Example


Text Example

White with #0F312A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,49,42); }

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

background-color css

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

 a { background-color: rgb(15,49,42); }

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

border-color css

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

 span { border-color: rgb(15,49,42); }

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