Html Css Color HEX #0F2318 Cardin Green

📋 copy color: '#0F2318'

red 15 ◦ green 35 ◦ blue 24

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

Shades of Cardin Green #0F2318

Tints of Cardin Green #0F2318

RGB

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

 GREEN value IS 35 (14.06% from 255) = 47.3%

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

R = 20.27%
G = 47.3%
B = 32.43%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.31

 K value IS 0.86

RGB Variations

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

Color information

#0F2318 (or 0x0F2318) is known color: Cardin Green. HEX triplet: 0F, 23 and 18. RGB value is (15,35,24). Sum of RGB (Red+Green+Blue) = 15+35+24=74 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.27% from 74); Green value is 35 (14.06% from 255 or 47.30% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 35 - color contains mainly: green. Hex color #0F2318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2318 is #F0DCE7. Grayscale: #1B1B1B. Windows color (decimal): -15785192 or 1581839. OLE color: 1581839.

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

Color convert

RGB 15 35 24 -
CMYK 0.57 0 0.31 0.86
HSL 147º 0.4% 0.1% -
HSV(B) 147º 0.57% 0.14% -
XYZ 0.96 1.37 1.08 -
YUV 27.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 15 35 24 0.57 0 0.31 0.86 147 0.4 0.1
Hex F 23 18 39 0 1F 56 93 28 A
Octal 17 43 30 71 0 37 126 223 50 12
Binary 1111 100011 11000 111001 0 11111 1010110 10010011 101000 1010

Color Harmonies of #0F2318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2318

Black with #0F2318

Text Example


Text Example

White with #0F2318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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