Html Css Color HEX #014825 British Racing Green

📋 copy color: '#014825'

red 1 ◦ green 72 ◦ blue 37

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

Shades of British Racing Green #014825

Tints of British Racing Green #014825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 33.64%

R = 0.91%
G = 65.45%
B = 33.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#014825 (or 0x014825) is known color: British Racing Green. HEX triplet: 01, 48 and 25. RGB value is (1,72,37). Sum of RGB (Red+Green+Blue) = 1+72+37=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 72 (28.52% from 255 or 65.45% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 72 - color contains mainly: green. Hex color #014825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014825 is #FEB7DA. Grayscale: #2E2E2E. Windows color (decimal): -16693211 or 2443265. OLE color: 2443265.

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

Color convert

RGB 1 72 37 -
CMYK 0.99 0 0.49 0.72
HSL 150.42º 0.97% 0.14% -
HSV(B) 150.42º 0.99% 0.28% -
XYZ 2.66 4.77 2.53 -
YUV 46.78 122.48 95.35 -
System Red Green Blue C M Y K H S L
Decimal 1 72 37 0.99 0 0.49 0.72 150.42 0.97 0.14
Hex 1 48 25 63 0 31 48 96 61 E
Octal 1 110 45 143 0 61 110 226 141 16
Binary 1 1001000 100101 1100011 0 110001 1001000 10010110 1100001 1110

Color Harmonies of #014825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014825

Black with #014825

Text Example


Text Example

White with #014825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014825; }

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

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

background-color css

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

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

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

border-color css

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

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

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