Html Css Color HEX #014328 British Racing Green

📋 copy color: '#014328'

red 1 ◦ green 67 ◦ blue 40

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

Shades of British Racing Green #014328

Tints of British Racing Green #014328

RGB

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

 GREEN value IS 67 (26.56% from 255) = 62.04%

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

R = 0.93%
G = 62.04%
B = 37.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.74

RGB Variations

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

Color information

#014328 (or 0x014328) is known color: British Racing Green. HEX triplet: 01, 43 and 28. RGB value is (1,67,40). Sum of RGB (Red+Green+Blue) = 1+67+40=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 67 (26.56% from 255 or 62.04% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 67 - color contains mainly: green. Hex color #014328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014328 is #FEBCD7. Grayscale: #2C2C2C. Windows color (decimal): -16694488 or 2638593. OLE color: 2638593.

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

Color convert

RGB 1 67 40 -
CMYK 0.99 0 0.40 0.74
HSL 155.45º 0.97% 0.13% -
HSV(B) 155.45º 0.99% 0.26% -
XYZ 2.4 4.17 2.69 -
YUV 44.19 125.63 97.2 -
System Red Green Blue C M Y K H S L
Decimal 1 67 40 0.99 0 0.40 0.74 155.45 0.97 0.13
Hex 1 43 28 63 0 28 4A 9B 61 D
Octal 1 103 50 143 0 50 112 233 141 15
Binary 1 1000011 101000 1100011 0 101000 1001010 10011011 1100001 1101

Color Harmonies of #014328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014328

Black with #014328

Text Example


Text Example

White with #014328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014328; }

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

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

background-color css

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

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

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

border-color css

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

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

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