#0F3222

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

Shades of Cardin Green #0F3222

Tints of Cardin Green #0F3222

Color information

#0F3222 (or 0x0F3222) is unknown color: approx Cardin Green. HEX triplet: 0F, 32 and 22. RGB value is (15,50,34). Sum of RGB (Red+Green+Blue) = 15+50+34=99 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15.15% from 99); Green value is 50 (19.92% from 255 or 50.51% from 99); Blue value is 34 (13.67% from 255 or 34.34% from 99); Max value from RGB is 50 - color contains mainly: green. Hex color #0F3222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3222 is #F0CDDD. Grayscale: #252525. Windows color (decimal): -15781342 or 2241039. OLE color: 2241039.

HSL color Cylindrical-coordinate representation of color #0F3222: hue angle of 152.57º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F3222 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.80.

Color convert

RGB155034-
CMYK0.7000.320.80
HSL152.57º53.85%12.75%-
HSV(B)152.57º70%19.61%-
XYZ1.632.51.91-
YUV37.71125.9111.8-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.15%
GREEN value IS 50 (19.92% from 255) = 50.51%
BLUE value IS 34 (13.67% from 255) = 34.34%
R=15.15%
G=50.51%
B=34.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1550340.7000.320.80152.5753.8512.75
HexF322246020509936d
Octal1762421060401202316615
Binary1111110010100010100011001000001010000100110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,50,34); }

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

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

 a { background-color: rgb(15,50,34); }

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

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

 span { border-color: rgb(15,50,34); }

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