Html Css Color HEX #0F1D15 Cardin Green

📋 copy color: '#0F1D15'

red 15 ◦ green 29 ◦ blue 21

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

Shades of Cardin Green #0F1D15

Tints of Cardin Green #0F1D15

RGB

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

 GREEN value IS 29 (11.72% from 255) = 44.62%

 BLUE value IS 21 (8.59% from 255) = 32.31%

R = 23.08%
G = 44.62%
B = 32.31%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.28

 K value IS 0.89

RGB Variations

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

Color information

#0F1D15 (or 0x0F1D15) is known color: Cardin Green. HEX triplet: 0F, 1D and 15. RGB value is (15,29,21). Sum of RGB (Red+Green+Blue) = 15+29+21=65 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.08% from 65); Green value is 29 (11.72% from 255 or 44.62% from 65); Blue value is 21 (8.59% from 255 or 32.31% from 65); Max value from RGB is 29 - color contains mainly: green. Hex color #0F1D15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1D15 is #F0E2EA. Grayscale: #171717. Windows color (decimal): -15786731 or 1383695. OLE color: 1383695.

HSL color Cylindrical-coordinate representation of color #0F1D15: hue angle of 145.71º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0F1D15 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.89.

Color convert

RGB 15 29 21 -
CMYK 0.48 0 0.28 0.89
HSL 145.71º 0.32% 0.09% -
HSV(B) 145.71º 0.48% 0.11% -
XYZ 0.77 1.03 0.87 -
YUV 23.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 15 29 21 0.48 0 0.28 0.89 145.71 0.32 0.09
Hex F 1D 15 30 0 1C 59 92 20 9
Octal 17 35 25 60 0 34 131 222 40 11
Binary 1111 11101 10101 110000 0 11100 1011001 10010010 100000 1001

Color Harmonies of #0F1D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1D15

Black with #0F1D15

Text Example


Text Example

White with #0F1D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,29,21); }

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

background-color css

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

 a { background-color: rgb(15,29,21); }

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

border-color css

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

 span { border-color: rgb(15,29,21); }

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