#0F3A2A

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

Shades of Cardin Green #0F3A2A

Tints of Cardin Green #0F3A2A

Color information

#0F3A2A (or 0x0F3A2A) is unknown color: approx Cardin Green. HEX triplet: 0F, 3A and 2A. RGB value is (15,58,42). Sum of RGB (Red+Green+Blue) = 15+58+42=115 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.04% from 115); Green value is 58 (23.05% from 255 or 50.43% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 58 - color contains mainly: green. Hex color #0F3A2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3A2A is #F0C5D5. Grayscale: #2B2B2B. Windows color (decimal): -15779286 or 2767375. OLE color: 2767375.

HSL color Cylindrical-coordinate representation of color #0F3A2A: hue angle of 157.67º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F3A2A is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.77.

Color convert

RGB155842-
CMYK0.7400.280.77
HSL157.67º58.9%14.31%-
HSV(B)157.67º74.14%22.75%-
XYZ2.133.292.71-
YUV43.32127.25107.8-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.04%
GREEN value IS 58 (23.05% from 255) = 50.43%
BLUE value IS 42 (16.80% from 255) = 36.52%
R=13.04%
G=50.43%
B=36.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1558420.7400.280.77157.6758.914.31
HexF3A2A4A01C4D9e3be
Octal1772521120341152367316
Binary111111101010101010010100111001001101100111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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