Html Css Color HEX #0F3123 Dark Green

📋 copy color: '#0F3123'

red 15 ◦ green 49 ◦ blue 35

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

Shades of Dark Green #0F3123

Tints of Dark Green #0F3123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 35.35%

R = 15.15%
G = 49.49%
B = 35.35%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.29

 K value IS 0.81

RGB Variations

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

Color information

#0F3123 (or 0x0F3123) is known color: Dark Green. HEX triplet: 0F, 31 and 23. RGB value is (15,49,35). Sum of RGB (Red+Green+Blue) = 15+49+35=99 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15.15% from 99); Green value is 49 (19.53% from 255 or 49.49% from 99); Blue value is 35 (14.06% from 255 or 35.35% from 99); Max value from RGB is 49 - color contains mainly: green. Hex color #0F3123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3123 is #F0CEDC. Grayscale: #252525. Windows color (decimal): -15781597 or 2306319. OLE color: 2306319.

HSL color Cylindrical-coordinate representation of color #0F3123: hue angle of 155.29º 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 #0F3123 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB 15 49 35 -
CMYK 0.69 0 0.29 0.81
HSL 155.29º 0.53% 0.13% -
HSV(B) 155.29º 0.69% 0.19% -
XYZ 1.6 2.42 1.97 -
YUV 37.24 126.74 112.14 -
System Red Green Blue C M Y K H S L
Decimal 15 49 35 0.69 0 0.29 0.81 155.29 0.53 0.13
Hex F 31 23 45 0 1D 51 9B 35 D
Octal 17 61 43 105 0 35 121 233 65 15
Binary 1111 110001 100011 1000101 0 11101 1010001 10011011 110101 1101

Color Harmonies of #0F3123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3123

Black with #0F3123

Text Example


Text Example

White with #0F3123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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