#0F3C26

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

Shades of Cardin Green #0F3C26

Tints of Cardin Green #0F3C26

Color information

#0F3C26 (or 0x0F3C26) is unknown color: approx Cardin Green. HEX triplet: 0F, 3C and 26. RGB value is (15,60,38). Sum of RGB (Red+Green+Blue) = 15+60+38=113 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.27% from 113); Green value is 60 (23.83% from 255 or 53.10% from 113); Blue value is 38 (15.23% from 255 or 33.63% from 113); Max value from RGB is 60 - color contains mainly: green. Hex color #0F3C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3C26 is #F0C3D9. Grayscale: #2C2C2C. Windows color (decimal): -15778778 or 2505743. OLE color: 2505743.

HSL color Cylindrical-coordinate representation of color #0F3C26: hue angle of 150.67º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F3C26 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.76.

Color convert

RGB156038-
CMYK0.7500.370.76
HSL150.67º60%14.71%-
HSV(B)150.67º75%23.53%-
XYZ2.163.472.39-
YUV44.04124.59107.29-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.27%
GREEN value IS 60 (23.83% from 255) = 53.10%
BLUE value IS 38 (15.23% from 255) = 33.63%
R=13.27%
G=53.10%
B=33.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1560380.7500.370.76150.676014.71
HexF3C264B0254C973cf
Octal1774461130451142277417
Binary1111111100100110100101101001011001100100101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,60,38); }

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

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

 a { background-color: rgb(15,60,38); }

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

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

 span { border-color: rgb(15,60,38); }

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