Html Css Color HEX #004226 British Racing Green

📋 copy color: '#004226'

red 0 ◦ green 66 ◦ blue 38

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

Shades of British Racing Green #004226

Tints of British Racing Green #004226

RGB

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

 GREEN value IS 66 (26.17% from 255) = 63.46%

 BLUE value IS 38 (15.23% from 255) = 36.54%

R = 0%
G = 63.46%
B = 36.54%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.42

 K value IS 0.74

RGB Variations

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

Color information

#004226 (or 0x004226) is known color: British Racing Green. HEX triplet: 00, 42 and 26. RGB value is (0,66,38). Sum of RGB (Red+Green+Blue) = 0+66+38=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 66 (26.17% from 255 or 63.46% from 104); Blue value is 38 (15.23% from 255 or 36.54% from 104); Max value from RGB is 66 - color contains mainly: green. Hex color #004226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004226 is #FFBDD9. Grayscale: #2B2B2B. Windows color (decimal): -16760282 or 2507264. OLE color: 2507264.

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

Color convert

RGB 0 66 38 -
CMYK 1 0 0.42 0.74
HSL 154.55º 1% 0.13% -
HSV(B) 154.55º 1% 0.26% -
XYZ 2.3 4.04 2.49 -
YUV 43.07 125.13 97.28 -
System Red Green Blue C M Y K H S L
Decimal 0 66 38 1 0 0.42 0.74 154.55 1 0.13
Hex 0 42 26 64 0 2A 4A 9B 64 D
Octal 0 102 46 144 0 52 112 233 144 15
Binary 0 1000010 100110 1100100 0 101010 1001010 10011011 1100100 1101

Color Harmonies of #004226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004226

Black with #004226

Text Example


Text Example

White with #004226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004226; }

 p { color: rgb(0,66,38); }

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

background-color css

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

 a { background-color: rgb(0,66,38); }

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

border-color css

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

 span { border-color: rgb(0,66,38); }

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