Html Css Color HEX #0F2418 Cardin Green

📋 copy color: '#0F2418'

red 15 ◦ green 36 ◦ blue 24

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

Shades of Cardin Green #0F2418

Tints of Cardin Green #0F2418

RGB

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

 GREEN value IS 36 (14.45% from 255) = 48%

 BLUE value IS 24 (9.77% from 255) = 32%

R = 20%
G = 48%
B = 32%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.33

 K value IS 0.86

RGB Variations

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

Color information

#0F2418 (or 0x0F2418) is known color: Cardin Green. HEX triplet: 0F, 24 and 18. RGB value is (15,36,24). Sum of RGB (Red+Green+Blue) = 15+36+24=75 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20% from 75); Green value is 36 (14.45% from 255 or 48% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 36 - color contains mainly: green. Hex color #0F2418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2418 is #F0DBE7. Grayscale: #1C1C1C. Windows color (decimal): -15784936 or 1582095. OLE color: 1582095.

HSL color Cylindrical-coordinate representation of color #0F2418: hue angle of 145.71º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0F2418 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.86.

Color convert

RGB 15 36 24 -
CMYK 0.58 0 0.33 0.86
HSL 145.71º 0.41% 0.1% -
HSV(B) 145.71º 0.58% 0.14% -
XYZ 0.99 1.43 1.09 -
YUV 28.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 15 36 24 0.58 0 0.33 0.86 145.71 0.41 0.1
Hex F 24 18 3A 0 21 56 92 29 A
Octal 17 44 30 72 0 41 126 222 51 12
Binary 1111 100100 11000 111010 0 100001 1010110 10010010 101001 1010

Color Harmonies of #0F2418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2418

Black with #0F2418

Text Example


Text Example

White with #0F2418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,36,24); }

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

background-color css

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

 a { background-color: rgb(15,36,24); }

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

border-color css

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

 span { border-color: rgb(15,36,24); }

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