Html Css Color HEX #0F2117 Cardin Green

📋 copy color: '#0F2117'

red 15 ◦ green 33 ◦ blue 23

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

Shades of Cardin Green #0F2117

Tints of Cardin Green #0F2117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 32.39%

R = 21.13%
G = 46.48%
B = 32.39%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.30

 K value IS 0.87

RGB Variations

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

Color information

#0F2117 (or 0x0F2117) is known color: Cardin Green. HEX triplet: 0F, 21 and 17. RGB value is (15,33,23). Sum of RGB (Red+Green+Blue) = 15+33+23=71 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.13% from 71); Green value is 33 (13.28% from 255 or 46.48% from 71); Blue value is 23 (9.38% from 255 or 32.39% from 71); Max value from RGB is 33 - color contains mainly: green. Hex color #0F2117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2117 is #F0DEE8. Grayscale: #1A1A1A. Windows color (decimal): -15785705 or 1515791. OLE color: 1515791.

HSL color Cylindrical-coordinate representation of color #0F2117: hue angle of 146.67º 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 #0F2117 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.87.

Color convert

RGB 15 33 23 -
CMYK 0.55 0 0.30 0.87
HSL 146.67º 0.38% 0.09% -
HSV(B) 146.67º 0.55% 0.13% -
XYZ 0.9 1.25 1 -
YUV 26.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 15 33 23 0.55 0 0.30 0.87 146.67 0.38 0.09
Hex F 21 17 37 0 1E 57 93 26 9
Octal 17 41 27 67 0 36 127 223 46 11
Binary 1111 100001 10111 110111 0 11110 1010111 10010011 100110 1001

Color Harmonies of #0F2117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2117

Black with #0F2117

Text Example


Text Example

White with #0F2117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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