#0F3928

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

Shades of Cardin Green #0F3928

Tints of Cardin Green #0F3928

Color information

#0F3928 (or 0x0F3928) is unknown color: approx Cardin Green. HEX triplet: 0F, 39 and 28. RGB value is (15,57,40). Sum of RGB (Red+Green+Blue) = 15+57+40=112 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.39% from 112); Green value is 57 (22.66% from 255 or 50.89% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 57 - color contains mainly: green. Hex color #0F3928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3928 is #F0C6D7. Grayscale: #2A2A2A. Windows color (decimal): -15779544 or 2636047. OLE color: 2636047.

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

Color convert

RGB155740-
CMYK0.7400.300.78
HSL155.71º58.33%14.12%-
HSV(B)155.71º73.68%22.35%-
XYZ2.043.182.51-
YUV42.5126.59108.38-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.39%
GREEN value IS 57 (22.66% from 255) = 50.89%
BLUE value IS 40 (16.02% from 255) = 35.71%
R=13.39%
G=50.89%
B=35.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1557400.7400.300.78155.7158.3314.12
HexF39284A01E4E9c3ae
Octal1771501120361162347216
Binary111111100110100010010100111101001110100111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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