Html Css Color HEX #004825 British Racing Green

📋 copy color: '#004825'

red 0 ◦ green 72 ◦ blue 37

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

Shades of British Racing Green #004825

Tints of British Racing Green #004825

RGB

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

 GREEN value IS 72 (28.52% from 255) = 66.06%

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

R = 0%
G = 66.06%
B = 33.94%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#004825 (or 0x004825) is known color: British Racing Green. HEX triplet: 00, 48 and 25. RGB value is (0,72,37). Sum of RGB (Red+Green+Blue) = 0+72+37=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 72 (28.52% from 255 or 66.06% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 72 - color contains mainly: green. Hex color #004825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004825 is #FFB7DA. Grayscale: #2E2E2E. Windows color (decimal): -16758747 or 2443264. OLE color: 2443264.

HSL color Cylindrical-coordinate representation of color #004825: hue angle of 150.83º 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 #004825 is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB 0 72 37 -
CMYK 1 0 0.49 0.72
HSL 150.83º 1% 0.14% -
HSV(B) 150.83º 1% 0.28% -
XYZ 2.65 4.77 2.53 -
YUV 46.48 122.65 94.85 -
System Red Green Blue C M Y K H S L
Decimal 0 72 37 1 0 0.49 0.72 150.83 1 0.14
Hex 0 48 25 64 0 31 48 97 64 E
Octal 0 110 45 144 0 61 110 227 144 16
Binary 0 1001000 100101 1100100 0 110001 1001000 10010111 1100100 1110

Color Harmonies of #004825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004825

Black with #004825

Text Example


Text Example

White with #004825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004825; }

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

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

background-color css

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

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

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

border-color css

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

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

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