Html Css Color HEX #0F1E15 Cardin Green

📋 copy color: '#0F1E15'

red 15 ◦ green 30 ◦ blue 21

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

Shades of Cardin Green #0F1E15

Tints of Cardin Green #0F1E15

RGB

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

 GREEN value IS 30 (12.11% from 255) = 45.45%

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

R = 22.73%
G = 45.45%
B = 31.82%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.30

 K value IS 0.88

RGB Variations

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

Color information

#0F1E15 (or 0x0F1E15) is known color: Cardin Green. HEX triplet: 0F, 1E and 15. RGB value is (15,30,21). Sum of RGB (Red+Green+Blue) = 15+30+21=66 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.73% from 66); Green value is 30 (12.11% from 255 or 45.45% from 66); Blue value is 21 (8.59% from 255 or 31.82% from 66); Max value from RGB is 30 - color contains mainly: green. Hex color #0F1E15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1E15 is #F0E1EA. Grayscale: #181818. Windows color (decimal): -15786475 or 1383951. OLE color: 1383951.

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

Color convert

RGB 15 30 21 -
CMYK 0.5 0 0.30 0.88
HSL 144º 0.33% 0.09% -
HSV(B) 144º 0.5% 0.12% -
XYZ 0.8 1.08 0.88 -
YUV 24.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 15 30 21 0.5 0 0.30 0.88 144 0.33 0.09
Hex F 1E 15 32 0 1E 58 90 21 9
Octal 17 36 25 62 0 36 130 220 41 11
Binary 1111 11110 10101 110010 0 11110 1011000 10010000 100001 1001

Color Harmonies of #0F1E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1E15

Black with #0F1E15

Text Example


Text Example

White with #0F1E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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