Html Css Color HEX #0E431E Deep Fir

📋 copy color: '#0E431E'

red 14 ◦ green 67 ◦ blue 30

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

Shades of Deep Fir #0E431E

Tints of Deep Fir #0E431E

RGB

 RED value IS 14 (5.86% from 255) = 12.61%

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

 BLUE value IS 30 (12.11% from 255) = 27.03%

R = 12.61%
G = 60.36%
B = 27.03%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#0E431E (or 0x0E431E) is known color: Deep Fir. HEX triplet: 0E, 43 and 1E. RGB value is (14,67,30). Sum of RGB (Red+Green+Blue) = 14+67+30=111 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.61% from 111); Green value is 67 (26.56% from 255 or 60.36% from 111); Blue value is 30 (12.11% from 255 or 27.03% from 111); Max value from RGB is 67 - color contains mainly: green. Hex color #0E431E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E431E is #F1BCE1. Grayscale: #2F2F2F. Windows color (decimal): -15842530 or 1983246. OLE color: 1983246.

HSL color Cylindrical-coordinate representation of color #0E431E: hue angle of 138.11º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0E431E is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB 14 67 30 -
CMYK 0.79 0 0.55 0.74
HSL 138.11º 0.65% 0.16% -
HSV(B) 138.11º 0.79% 0.26% -
XYZ 2.42 4.2 1.91 -
YUV 46.94 118.44 104.51 -
System Red Green Blue C M Y K H S L
Decimal 14 67 30 0.79 0 0.55 0.74 138.11 0.65 0.16
Hex E 43 1E 4F 0 37 4A 8A 41 10
Octal 16 103 36 117 0 67 112 212 101 20
Binary 1110 1000011 11110 1001111 0 110111 1001010 10001010 1000001 10000

Color Harmonies of #0E431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E431E

Black with #0E431E

Text Example


Text Example

White with #0E431E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,67,30); }

 H1.HeaderClassName
 {
   color: #0E431E;
 }
 .AnyTagClassName
 {
   color: #0E431E;
 }
</style>

background-color css

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

 a { background-color: rgb(14,67,30); }

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

border-color css

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

 span { border-color: rgb(14,67,30); }

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