#0F2A1A

Color #0F2A1A Cardin Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardin Green #0F2A1A

Tints of Cardin Green #0F2A1A

Color information

#0F2A1A (or 0x0F2A1A) is unknown color: approx Cardin Green. HEX triplet: 0F, 2A and 1A. RGB value is (15,42,26). Sum of RGB (Red+Green+Blue) = 15+42+26=83 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.07% from 83); Green value is 42 (16.80% from 255 or 50.60% from 83); Blue value is 26 (10.55% from 255 or 31.33% from 83); Max value from RGB is 42 - color contains mainly: green. Hex color #0F2A1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2A1A is #F0D5E5. Grayscale: #202020. Windows color (decimal): -15783398 or 1714703. OLE color: 1714703.

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

Color convert

RGB154226-
CMYK0.6400.380.84
HSL144.44º47.37%11.18%-
HSV(B)144.44º64.29%16.47%-
XYZ1.211.831.27-
YUV32.1124.55115.8-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.07%
GREEN value IS 42 (16.80% from 255) = 50.60%
BLUE value IS 26 (10.55% from 255) = 31.33%
R=18.07%
G=50.60%
B=31.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1542260.6400.380.84144.4447.3711.18
HexF2A1A4002654902fb
Octal1752321000461242205713
Binary111110101011010100000001001101010100100100001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F2A1A;
 }
 .AnyTagClassName
 {
   color: #0F2A1A;
 }
</style>
background-color css

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

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

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

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

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

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