#0F2719

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

Shades of Cardin Green #0F2719

Tints of Cardin Green #0F2719

Color information

#0F2719 (or 0x0F2719) is unknown color: approx Cardin Green. HEX triplet: 0F, 27 and 19. RGB value is (15,39,25). Sum of RGB (Red+Green+Blue) = 15+39+25=79 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.99% from 79); Green value is 39 (15.62% from 255 or 49.37% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 39 - color contains mainly: green. Hex color #0F2719 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2719 is #F0D8E6. Grayscale: #1E1E1E. Windows color (decimal): -15784167 or 1648399. OLE color: 1648399.

HSL color Cylindrical-coordinate representation of color #0F2719: hue angle of 145º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F2719 is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.85.

Color convert

RGB153925-
CMYK0.6200.360.85
HSL145º44.44%10.59%-
HSV(B)145º61.54%15.29%-
XYZ1.11.621.18-
YUV30.23125.05117.14-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.99%
GREEN value IS 39 (15.62% from 255) = 49.37%
BLUE value IS 25 (10.16% from 255) = 31.65%
R=18.99%
G=49.37%
B=31.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1539250.6200.360.8514544.4410.59
HexF27193E02455912cb
Octal174731760441252215413
Binary11111001111100111111001001001010101100100011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,39,25); }

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

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

 a { background-color: rgb(15,39,25); }

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

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

 span { border-color: rgb(15,39,25); }

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