Html Css Color HEX #014528 British Racing Green

📋 copy color: '#014528'

red 1 ◦ green 69 ◦ blue 40

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

Shades of British Racing Green #014528

Tints of British Racing Green #014528

RGB

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

 GREEN value IS 69 (27.34% from 255) = 62.73%

 BLUE value IS 40 (16.02% from 255) = 36.36%

R = 0.91%
G = 62.73%
B = 36.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.42

 K value IS 0.73

RGB Variations

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

Color information

#014528 (or 0x014528) is known color: British Racing Green. HEX triplet: 01, 45 and 28. RGB value is (1,69,40). Sum of RGB (Red+Green+Blue) = 1+69+40=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 69 (27.34% from 255 or 62.73% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 69 - color contains mainly: green. Hex color #014528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014528 is #FEBAD7. Grayscale: #2D2D2D. Windows color (decimal): -16693976 or 2639105. OLE color: 2639105.

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

Color convert

RGB 1 69 40 -
CMYK 0.99 0 0.42 0.73
HSL 154.41º 0.97% 0.14% -
HSV(B) 154.41º 0.99% 0.27% -
XYZ 2.52 4.42 2.73 -
YUV 45.36 124.97 96.36 -
System Red Green Blue C M Y K H S L
Decimal 1 69 40 0.99 0 0.42 0.73 154.41 0.97 0.14
Hex 1 45 28 63 0 2A 49 9A 61 E
Octal 1 105 50 143 0 52 111 232 141 16
Binary 1 1000101 101000 1100011 0 101010 1001001 10011010 1100001 1110

Color Harmonies of #014528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014528

Black with #014528

Text Example


Text Example

White with #014528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014528; }

 p { color: rgb(1,69,40); }

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

background-color css

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

 a { background-color: rgb(1,69,40); }

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

border-color css

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

 span { border-color: rgb(1,69,40); }

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