Html Css Color HEX #014425 British Racing Green

📋 copy color: '#014425'

red 1 ◦ green 68 ◦ blue 37

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

Shades of British Racing Green #014425

Tints of British Racing Green #014425

RGB

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

 GREEN value IS 68 (26.95% from 255) = 64.15%

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

R = 0.94%
G = 64.15%
B = 34.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#014425 (or 0x014425) is known color: British Racing Green. HEX triplet: 01, 44 and 25. RGB value is (1,68,37). Sum of RGB (Red+Green+Blue) = 1+68+37=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 68 (26.95% from 255 or 64.15% from 106); Blue value is 37 (14.84% from 255 or 34.91% from 106); Max value from RGB is 68 - color contains mainly: green. Hex color #014425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014425 is #FEBBDA. Grayscale: #2C2C2C. Windows color (decimal): -16694235 or 2442241. OLE color: 2442241.

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

Color convert

RGB 1 68 37 -
CMYK 0.99 0 0.46 0.73
HSL 152.24º 0.97% 0.14% -
HSV(B) 152.24º 0.99% 0.27% -
XYZ 2.41 4.27 2.45 -
YUV 44.43 123.8 97.02 -
System Red Green Blue C M Y K H S L
Decimal 1 68 37 0.99 0 0.46 0.73 152.24 0.97 0.14
Hex 1 44 25 63 0 2E 49 98 61 E
Octal 1 104 45 143 0 56 111 230 141 16
Binary 1 1000100 100101 1100011 0 101110 1001001 10011000 1100001 1110

Color Harmonies of #014425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014425

Black with #014425

Text Example


Text Example

White with #014425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014425; }

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

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

background-color css

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

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

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

border-color css

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

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

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