Html Css Color HEX #004725 British Racing Green

📋 copy color: '#004725'

red 0 ◦ green 71 ◦ blue 37

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

Shades of British Racing Green #004725

Tints of British Racing Green #004725

RGB

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

 GREEN value IS 71 (28.13% from 255) = 65.74%

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

R = 0%
G = 65.74%
B = 34.26%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#004725 (or 0x004725) is known color: British Racing Green. HEX triplet: 00, 47 and 25. RGB value is (0,71,37). Sum of RGB (Red+Green+Blue) = 0+71+37=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 71 (28.12% from 255 or 65.74% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 71 - color contains mainly: green. Hex color #004725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004725 is #FFB8DA. Grayscale: #2D2D2D. Windows color (decimal): -16759003 or 2443008. OLE color: 2443008.

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

Color convert

RGB 0 71 37 -
CMYK 1 0 0.48 0.72
HSL 151.27º 1% 0.14% -
HSV(B) 151.27º 1% 0.28% -
XYZ 2.59 4.64 2.51 -
YUV 45.9 122.98 95.26 -
System Red Green Blue C M Y K H S L
Decimal 0 71 37 1 0 0.48 0.72 151.27 1 0.14
Hex 0 47 25 64 0 30 48 97 64 E
Octal 0 107 45 144 0 60 110 227 144 16
Binary 0 1000111 100101 1100100 0 110000 1001000 10010111 1100100 1110

Color Harmonies of #004725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004725

Black with #004725

Text Example


Text Example

White with #004725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004725; }

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

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

background-color css

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

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

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

border-color css

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

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

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