Html Css Color HEX #014823 British Racing Green

📋 copy color: '#014823'

red 1 ◦ green 72 ◦ blue 35

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

Shades of British Racing Green #014823

Tints of British Racing Green #014823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 32.41%

R = 0.93%
G = 66.67%
B = 32.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#014823 (or 0x014823) is known color: British Racing Green. HEX triplet: 01, 48 and 23. RGB value is (1,72,35). Sum of RGB (Red+Green+Blue) = 1+72+35=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 72 (28.52% from 255 or 66.67% from 108); Blue value is 35 (14.06% from 255 or 32.41% from 108); Max value from RGB is 72 - color contains mainly: green. Hex color #014823 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014823 is #FEB7DC. Grayscale: #2E2E2E. Windows color (decimal): -16693213 or 2312193. OLE color: 2312193.

HSL color Cylindrical-coordinate representation of color #014823: hue angle of 148.73º 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 #014823 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 72 35 -
CMYK 0.99 0 0.51 0.72
HSL 148.73º 0.97% 0.14% -
HSV(B) 148.73º 0.99% 0.28% -
XYZ 2.63 4.76 2.37 -
YUV 46.55 121.48 95.51 -
System Red Green Blue C M Y K H S L
Decimal 1 72 35 0.99 0 0.51 0.72 148.73 0.97 0.14
Hex 1 48 23 63 0 33 48 95 61 E
Octal 1 110 43 143 0 63 110 225 141 16
Binary 1 1001000 100011 1100011 0 110011 1001000 10010101 1100001 1110

Color Harmonies of #014823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014823

Black with #014823

Text Example


Text Example

White with #014823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014823; }

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

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

background-color css

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

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

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

border-color css

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

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

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