Html Css Color HEX #01430B Deep Fir

📋 copy color: '#01430B'

red 1 ◦ green 67 ◦ blue 11

#01430B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #01430B

Tints of Deep Fir #01430B

RGB

 RED value IS 1 (0.78% from 255) = 1.27%

 GREEN value IS 67 (26.56% from 255) = 84.81%

 BLUE value IS 11 (4.69% from 255) = 13.92%

R = 1.27%
G = 84.81%
B = 13.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.84

 K value IS 0.74

RGB Variations

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

Color information

#01430B (or 0x01430B) is known color: Deep Fir. HEX triplet: 01, 43 and 0B. RGB value is (1,67,11). Sum of RGB (Red+Green+Blue) = 1+67+11=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 67 (26.56% from 255 or 84.81% from 79); Blue value is 11 (4.69% from 255 or 13.92% from 79); Max value from RGB is 67 - color contains mainly: green. Hex color #01430B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01430B is #FEBCF4. Grayscale: #292929. Windows color (decimal): -16694517 or 738049. OLE color: 738049.

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

Color convert

RGB 1 67 11 -
CMYK 0.99 0 0.84 0.74
HSL 129.09º 0.97% 0.13% -
HSV(B) 129.09º 0.99% 0.26% -
XYZ 2.08 4.04 0.99 -
YUV 40.88 111.13 99.55 -
System Red Green Blue C M Y K H S L
Decimal 1 67 11 0.99 0 0.84 0.74 129.09 0.97 0.13
Hex 1 43 B 63 0 54 4A 81 61 D
Octal 1 103 13 143 0 124 112 201 141 15
Binary 1 1000011 1011 1100011 0 1010100 1001010 10000001 1100001 1101

Color Harmonies of #01430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01430B

Black with #01430B

Text Example


Text Example

White with #01430B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01430B;
 }
 .AnyTagClassName
 {
   color: #01430B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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