#0F3A24

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

Shades of Cardin Green #0F3A24

Tints of Cardin Green #0F3A24

Color information

#0F3A24 (or 0x0F3A24) is unknown color: approx Cardin Green. HEX triplet: 0F, 3A and 24. RGB value is (15,58,36). Sum of RGB (Red+Green+Blue) = 15+58+36=109 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.76% from 109); Green value is 58 (23.05% from 255 or 53.21% from 109); Blue value is 36 (14.45% from 255 or 33.03% from 109); Max value from RGB is 58 - color contains mainly: green. Hex color #0F3A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3A24 is #F0C5DB. Grayscale: #2A2A2A. Windows color (decimal): -15779292 or 2374159. OLE color: 2374159.

HSL color Cylindrical-coordinate representation of color #0F3A24: hue angle of 149.3º 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 #0F3A24 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.77.

Color convert

RGB155836-
CMYK0.7400.380.77
HSL149.3º58.9%14.31%-
HSV(B)149.3º74.14%22.75%-
XYZ2.033.262.19-
YUV42.64124.25108.29-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.76%
GREEN value IS 58 (23.05% from 255) = 53.21%
BLUE value IS 36 (14.45% from 255) = 33.03%
R=13.76%
G=53.21%
B=33.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1558360.7400.380.77149.358.914.31
HexF3A244A0264D953be
Octal1772441120461152257316
Binary1111111010100100100101001001101001101100101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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