Html Css Color HEX #014230 British Racing Green

📋 copy color: '#014230'

red 1 ◦ green 66 ◦ blue 48

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

Shades of British Racing Green #014230

Tints of British Racing Green #014230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 57.39%

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

R = 0.87%
G = 57.39%
B = 41.74%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#014230 (or 0x014230) is known color: British Racing Green. HEX triplet: 01, 42 and 30. RGB value is (1,66,48). Sum of RGB (Red+Green+Blue) = 1+66+48=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 66 (26.17% from 255 or 57.39% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 66 - color contains mainly: green. Hex color #014230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014230 is #FEBDCF. Grayscale: #2C2C2C. Windows color (decimal): -16694736 or 3162625. OLE color: 3162625.

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

Color convert

RGB 1 66 48 -
CMYK 0.98 0 0.27 0.74
HSL 163.38º 0.97% 0.13% -
HSV(B) 163.38º 0.98% 0.26% -
XYZ 2.49 4.12 3.46 -
YUV 44.51 129.97 96.96 -
System Red Green Blue C M Y K H S L
Decimal 1 66 48 0.98 0 0.27 0.74 163.38 0.97 0.13
Hex 1 42 30 62 0 1B 4A A3 61 D
Octal 1 102 60 142 0 33 112 243 141 15
Binary 1 1000010 110000 1100010 0 11011 1001010 10100011 1100001 1101

Color Harmonies of #014230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014230

Black with #014230

Text Example


Text Example

White with #014230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014230; }

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

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

background-color css

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

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

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

border-color css

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

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

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