#0F3924

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

Shades of Cardin Green #0F3924

Tints of Cardin Green #0F3924

Color information

#0F3924 (or 0x0F3924) is unknown color: approx Cardin Green. HEX triplet: 0F, 39 and 24. RGB value is (15,57,36). Sum of RGB (Red+Green+Blue) = 15+57+36=108 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.89% from 108); Green value is 57 (22.66% from 255 or 52.78% from 108); Blue value is 36 (14.45% from 255 or 33.33% from 108); Max value from RGB is 57 - color contains mainly: green. Hex color #0F3924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3924 is #F0C6DB. Grayscale: #2A2A2A. Windows color (decimal): -15779548 or 2373903. OLE color: 2373903.

HSL color Cylindrical-coordinate representation of color #0F3924: hue angle of 150º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F3924 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB155736-
CMYK0.7400.370.78
HSL150º58.33%14.12%-
HSV(B)150º73.68%22.35%-
XYZ1.983.162.17-
YUV42.05124.59108.71-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.89%
GREEN value IS 57 (22.66% from 255) = 52.78%
BLUE value IS 36 (14.45% from 255) = 33.33%
R=13.89%
G=52.78%
B=33.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1557360.7400.370.7815058.3314.12
HexF39244A0254E963ae
Octal1771441120451162267216
Binary1111111001100100100101001001011001110100101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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