#00430B

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

Shades of Deep Fir #00430B

Tints of Deep Fir #00430B

Color information

#00430B (or 0x00430B) is unknown color: approx Deep Fir. HEX triplet: 00, 43 and 0B. RGB value is (0,67,11). Sum of RGB (Red+Green+Blue) = 0+67+11=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 67 (26.56% from 255 or 85.90% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 67 - color contains mainly: green. Hex color #00430B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00430B is #FFBCF4. Grayscale: #282828. Windows color (decimal): -16760053 or 738048. OLE color: 738048.

HSL color Cylindrical-coordinate representation of color #00430B: hue angle of 129.85º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00430B is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.74.

Color convert

RGB06711-
CMYK100.840.74
HSL129.85º100%13.14%-
HSV(B)129.85º100%26.27%-
XYZ2.074.040.99-
YUV40.58111.399.05-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 67 (26.56% from 255) = 85.90%
BLUE value IS 11 (4.69% from 255) = 14.10%
R=0%
G=85.90%
B=14.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal06711100.840.74129.8510013.14
Hex043B640544A8264d
Octal010313144012411220214415
Binary01000011101111001000101010010010101000001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00430B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00430B; }

 p { color: rgb(0,67,11); }

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

<style>
 a { background-color: #00430B; }

 a { background-color: rgb(0,67,11); }

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

<style>
 span { border-color: #00430B; }

 span { border-color: rgb(0,67,11); }

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