Html Css Color HEX #0F1F16 Cardin Green

📋 copy color: '#0F1F16'

red 15 ◦ green 31 ◦ blue 22

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

Shades of Cardin Green #0F1F16

Tints of Cardin Green #0F1F16

RGB

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

 GREEN value IS 31 (12.5% from 255) = 45.59%

 BLUE value IS 22 (8.98% from 255) = 32.35%

R = 22.06%
G = 45.59%
B = 32.35%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.29

 K value IS 0.88

RGB Variations

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

Color information

#0F1F16 (or 0x0F1F16) is known color: Cardin Green. HEX triplet: 0F, 1F and 16. RGB value is (15,31,22). Sum of RGB (Red+Green+Blue) = 15+31+22=68 (9% of max value = 765). Red value is 15 (6.25% from 255 or 22.06% from 68); Green value is 31 (12.5% from 255 or 45.59% from 68); Blue value is 22 (8.98% from 255 or 32.35% from 68); Max value from RGB is 31 - color contains mainly: green. Hex color #0F1F16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1F16 is #F0E0E9. Grayscale: #191919. Windows color (decimal): -15786218 or 1449743. OLE color: 1449743.

HSL color Cylindrical-coordinate representation of color #0F1F16: hue angle of 146.25º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0F1F16 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.88.

Color convert

RGB 15 31 22 -
CMYK 0.52 0 0.29 0.88
HSL 146.25º 0.35% 0.09% -
HSV(B) 146.25º 0.52% 0.12% -
XYZ 0.83 1.14 0.94 -
YUV 25.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 15 31 22 0.52 0 0.29 0.88 146.25 0.35 0.09
Hex F 1F 16 34 0 1D 58 92 23 9
Octal 17 37 26 64 0 35 130 222 43 11
Binary 1111 11111 10110 110100 0 11101 1011000 10010010 100011 1001

Color Harmonies of #0F1F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1F16

Black with #0F1F16

Text Example


Text Example

White with #0F1F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,31,22); }

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

background-color css

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

 a { background-color: rgb(15,31,22); }

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

border-color css

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

 span { border-color: rgb(15,31,22); }

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