Html Css Color HEX #0F2116 Cardin Green

📋 copy color: '#0F2116'

red 15 ◦ green 33 ◦ blue 22

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

Shades of Cardin Green #0F2116

Tints of Cardin Green #0F2116

RGB

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

 GREEN value IS 33 (13.28% from 255) = 47.14%

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

R = 21.43%
G = 47.14%
B = 31.43%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.33

 K value IS 0.87

RGB Variations

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

Color information

#0F2116 (or 0x0F2116) is known color: Cardin Green. HEX triplet: 0F, 21 and 16. RGB value is (15,33,22). Sum of RGB (Red+Green+Blue) = 15+33+22=70 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.43% from 70); Green value is 33 (13.28% from 255 or 47.14% from 70); Blue value is 22 (8.98% from 255 or 31.43% from 70); Max value from RGB is 33 - color contains mainly: green. Hex color #0F2116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2116 is #F0DEE9. Grayscale: #1A1A1A. Windows color (decimal): -15785706 or 1450255. OLE color: 1450255.

HSL color Cylindrical-coordinate representation of color #0F2116: hue angle of 143.33º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0F2116 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.87.

Color convert

RGB 15 33 22 -
CMYK 0.55 0 0.33 0.87
HSL 143.33º 0.38% 0.09% -
HSV(B) 143.33º 0.55% 0.13% -
XYZ 0.89 1.25 0.95 -
YUV 26.36 125.54 119.89 -
System Red Green Blue C M Y K H S L
Decimal 15 33 22 0.55 0 0.33 0.87 143.33 0.38 0.09
Hex F 21 16 37 0 21 57 8F 26 9
Octal 17 41 26 67 0 41 127 217 46 11
Binary 1111 100001 10110 110111 0 100001 1010111 10001111 100110 1001

Color Harmonies of #0F2116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2116

Black with #0F2116

Text Example


Text Example

White with #0F2116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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