Html Css Color HEX #0F2923 Dark Green

📋 copy color: '#0F2923'

red 15 ◦ green 41 ◦ blue 35

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

Shades of Dark Green #0F2923

Tints of Dark Green #0F2923

RGB

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

 GREEN value IS 41 (16.41% from 255) = 45.05%

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

R = 16.48%
G = 45.05%
B = 38.46%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.84

RGB Variations

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

Color information

#0F2923 (or 0x0F2923) is known color: Dark Green. HEX triplet: 0F, 29 and 23. RGB value is (15,41,35). Sum of RGB (Red+Green+Blue) = 15+41+35=91 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.48% from 91); Green value is 41 (16.41% from 255 or 45.05% from 91); Blue value is 35 (14.06% from 255 or 38.46% from 91); Max value from RGB is 41 - color contains mainly: green. Hex color #0F2923 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2923 is #F0D6DC. Grayscale: #202020. Windows color (decimal): -15783645 or 2304271. OLE color: 2304271.

HSL color Cylindrical-coordinate representation of color #0F2923: hue angle of 166.15º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0F2923 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.84.

Color convert

RGB 15 41 35 -
CMYK 0.63 0 0.15 0.84
HSL 166.15º 0.46% 0.11% -
HSV(B) 166.15º 0.63% 0.16% -
XYZ 1.29 1.81 1.87 -
YUV 32.54 129.39 115.49 -
System Red Green Blue C M Y K H S L
Decimal 15 41 35 0.63 0 0.15 0.84 166.15 0.46 0.11
Hex F 29 23 3F 0 F 54 A6 2E B
Octal 17 51 43 77 0 17 124 246 56 13
Binary 1111 101001 100011 111111 0 1111 1010100 10100110 101110 1011

Color Harmonies of #0F2923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2923

Black with #0F2923

Text Example


Text Example

White with #0F2923

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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