Html Css Color HEX #014833 British Racing Green

📋 copy color: '#014833'

red 1 ◦ green 72 ◦ blue 51

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

Shades of British Racing Green #014833

Tints of British Racing Green #014833

RGB

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

 GREEN value IS 72 (28.52% from 255) = 58.06%

 BLUE value IS 51 (20.31% from 255) = 41.13%

R = 0.81%
G = 58.06%
B = 41.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#014833 (or 0x014833) is known color: British Racing Green. HEX triplet: 01, 48 and 33. RGB value is (1,72,51). Sum of RGB (Red+Green+Blue) = 1+72+51=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #014833 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014833 is #FEB7CC. Grayscale: #303030. Windows color (decimal): -16693197 or 3360769. OLE color: 3360769.

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

Color convert

RGB 1 72 51 -
CMYK 0.99 0 0.29 0.72
HSL 162.25º 0.97% 0.14% -
HSV(B) 162.25º 0.99% 0.28% -
XYZ 2.93 4.88 3.92 -
YUV 48.38 129.48 94.21 -
System Red Green Blue C M Y K H S L
Decimal 1 72 51 0.99 0 0.29 0.72 162.25 0.97 0.14
Hex 1 48 33 63 0 1D 48 A2 61 E
Octal 1 110 63 143 0 35 110 242 141 16
Binary 1 1001000 110011 1100011 0 11101 1001000 10100010 1100001 1110

Color Harmonies of #014833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014833

Black with #014833

Text Example


Text Example

White with #014833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014833; }

 p { color: rgb(1,72,51); }

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

background-color css

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

 a { background-color: rgb(1,72,51); }

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

border-color css

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

 span { border-color: rgb(1,72,51); }

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