Html Css Color HEX #0F281A Cardin Green

📋 copy color: '#0F281A'

red 15 ◦ green 40 ◦ blue 26

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

Shades of Cardin Green #0F281A

Tints of Cardin Green #0F281A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 49.38%

 BLUE value IS 26 (10.55% from 255) = 32.1%

R = 18.52%
G = 49.38%
B = 32.1%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.35

 K value IS 0.84

RGB Variations

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

Color information

#0F281A (or 0x0F281A) is known color: Cardin Green. HEX triplet: 0F, 28 and 1A. RGB value is (15,40,26). Sum of RGB (Red+Green+Blue) = 15+40+26=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 40 (16.02% from 255 or 49.38% from 81); Blue value is 26 (10.55% from 255 or 32.10% from 81); Max value from RGB is 40 - color contains mainly: green. Hex color #0F281A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F281A is #F0D7E5. Grayscale: #1E1E1E. Windows color (decimal): -15783910 or 1714191. OLE color: 1714191.

HSL color Cylindrical-coordinate representation of color #0F281A: hue angle of 146.4º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F281A is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.84.

Color convert

RGB 15 40 26 -
CMYK 0.62 0 0.35 0.84
HSL 146.4º 0.45% 0.11% -
HSV(B) 146.4º 0.63% 0.16% -
XYZ 1.14 1.69 1.24 -
YUV 30.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 15 40 26 0.62 0 0.35 0.84 146.4 0.45 0.11
Hex F 28 1A 3E 0 23 54 92 2D B
Octal 17 50 32 76 0 43 124 222 55 13
Binary 1111 101000 11010 111110 0 100011 1010100 10010010 101101 1011

Color Harmonies of #0F281A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F281A

Black with #0F281A

Text Example


Text Example

White with #0F281A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,40,26); }

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

background-color css

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

 a { background-color: rgb(15,40,26); }

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

border-color css

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

 span { border-color: rgb(15,40,26); }

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