Html Css Color HEX #004625 British Racing Green

📋 copy color: '#004625'

red 0 ◦ green 70 ◦ blue 37

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

Shades of British Racing Green #004625

Tints of British Racing Green #004625

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 70 (27.73% from 255) = 65.42%

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

R = 0%
G = 65.42%
B = 34.58%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#004625 (or 0x004625) is known color: British Racing Green. HEX triplet: 00, 46 and 25. RGB value is (0,70,37). Sum of RGB (Red+Green+Blue) = 0+70+37=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 70 (27.73% from 255 or 65.42% from 107); Blue value is 37 (14.84% from 255 or 34.58% from 107); Max value from RGB is 70 - color contains mainly: green. Hex color #004625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004625 is #FFB9DA. Grayscale: #2D2D2D. Windows color (decimal): -16759259 or 2442752. OLE color: 2442752.

HSL color Cylindrical-coordinate representation of color #004625: hue angle of 151.71º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004625 is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 70 37 -
CMYK 1 0 0.47 0.73
HSL 151.71º 1% 0.14% -
HSV(B) 151.71º 1% 0.27% -
XYZ 2.52 4.51 2.49 -
YUV 45.31 123.31 95.68 -
System Red Green Blue C M Y K H S L
Decimal 0 70 37 1 0 0.47 0.73 151.71 1 0.14
Hex 0 46 25 64 0 2F 49 98 64 E
Octal 0 106 45 144 0 57 111 230 144 16
Binary 0 1000110 100101 1100100 0 101111 1001001 10011000 1100100 1110

Color Harmonies of #004625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004625

Black with #004625

Text Example


Text Example

White with #004625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004625; }

 p { color: rgb(0,70,37); }

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

background-color css

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

 a { background-color: rgb(0,70,37); }

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

border-color css

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

 span { border-color: rgb(0,70,37); }

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