Html Css Color HEX #004425 British Racing Green

📋 copy color: '#004425'

red 0 ◦ green 68 ◦ blue 37

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

Shades of British Racing Green #004425

Tints of British Racing Green #004425

RGB

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

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

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

R = 0%
G = 64.76%
B = 35.24%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#004425 (or 0x004425) is known color: British Racing Green. HEX triplet: 00, 44 and 25. RGB value is (0,68,37). Sum of RGB (Red+Green+Blue) = 0+68+37=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 68 (26.95% from 255 or 64.76% from 105); Blue value is 37 (14.84% from 255 or 35.24% from 105); Max value from RGB is 68 - color contains mainly: green. Hex color #004425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004425 is #FFBBDA. Grayscale: #2C2C2C. Windows color (decimal): -16759771 or 2442240. OLE color: 2442240.

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

Color convert

RGB 0 68 37 -
CMYK 1 0 0.46 0.73
HSL 152.65º 1% 0.13% -
HSV(B) 152.65º 1% 0.27% -
XYZ 2.4 4.27 2.45 -
YUV 44.13 123.97 96.52 -
System Red Green Blue C M Y K H S L
Decimal 0 68 37 1 0 0.46 0.73 152.65 1 0.13
Hex 0 44 25 64 0 2E 49 99 64 D
Octal 0 104 45 144 0 56 111 231 144 15
Binary 0 1000100 100101 1100100 0 101110 1001001 10011001 1100100 1101

Color Harmonies of #004425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004425

Black with #004425

Text Example


Text Example

White with #004425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004425; }

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

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

background-color css

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

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

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

border-color css

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

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

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