Html Css Color HEX #014430 British Racing Green

📋 copy color: '#014430'

red 1 ◦ green 68 ◦ blue 48

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

Shades of British Racing Green #014430

Tints of British Racing Green #014430

RGB

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

 GREEN value IS 68 (26.95% from 255) = 58.12%

 BLUE value IS 48 (19.14% from 255) = 41.03%

R = 0.85%
G = 58.12%
B = 41.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#014430 (or 0x014430) is known color: British Racing Green. HEX triplet: 01, 44 and 30. RGB value is (1,68,48). Sum of RGB (Red+Green+Blue) = 1+68+48=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 68 (26.95% from 255 or 58.12% from 117); Blue value is 48 (19.14% from 255 or 41.03% from 117); Max value from RGB is 68 - color contains mainly: green. Hex color #014430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014430 is #FEBBCF. Grayscale: #2D2D2D. Windows color (decimal): -16694224 or 3163137. OLE color: 3163137.

HSL color Cylindrical-coordinate representation of color #014430: hue angle of 162.09º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014430 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 68 48 -
CMYK 0.99 0 0.29 0.73
HSL 162.09º 0.97% 0.14% -
HSV(B) 162.09º 0.99% 0.27% -
XYZ 2.61 4.35 3.5 -
YUV 45.69 129.3 96.13 -
System Red Green Blue C M Y K H S L
Decimal 1 68 48 0.99 0 0.29 0.73 162.09 0.97 0.14
Hex 1 44 30 63 0 1D 49 A2 61 E
Octal 1 104 60 143 0 35 111 242 141 16
Binary 1 1000100 110000 1100011 0 11101 1001001 10100010 1100001 1110

Color Harmonies of #014430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014430

Black with #014430

Text Example


Text Example

White with #014430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014430; }

 p { color: rgb(1,68,48); }

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

background-color css

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

 a { background-color: rgb(1,68,48); }

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

border-color css

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

 span { border-color: rgb(1,68,48); }

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