#02430F

Color #02430F Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #02430F

Tints of Deep Fir #02430F

Color information

#02430F (or 0x02430F) is unknown color: approx Deep Fir. HEX triplet: 02, 43 and 0F. RGB value is (2,67,15). Sum of RGB (Red+Green+Blue) = 2+67+15=84 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.38% from 84); Green value is 67 (26.56% from 255 or 79.76% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 67 - color contains mainly: green. Hex color #02430F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02430F is #FDBCF0. Grayscale: #292929. Windows color (decimal): -16628977 or 1000194. OLE color: 1000194.

HSL color Cylindrical-coordinate representation of color #02430F: hue angle of 132º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02430F is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.74.

Color convert

RGB26715-
CMYK0.9700.780.74
HSL132º94.2%13.53%-
HSV(B)132º97.01%26.27%-
XYZ2.124.061.12-
YUV41.64112.9799.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.38%
GREEN value IS 67 (26.56% from 255) = 79.76%
BLUE value IS 15 (6.25% from 255) = 17.86%
R=2.38%
G=79.76%
B=17.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal267150.9700.780.7413294.213.53
Hex243F6104E4A845ee
Octal210317141011611220413616
Binary101000011111111000010100111010010101000010010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02430F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02430F; }

 p { color: rgb(2,67,15); }

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

<style>
 a { background-color: #02430F; }

 a { background-color: rgb(2,67,15); }

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

<style>
 span { border-color: #02430F; }

 span { border-color: rgb(2,67,15); }

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