#003F22

Color #003F22 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #003F22

Tints of British Racing Green #003F22

Color information

#003F22 (or 0x003F22) is unknown color: approx British Racing Green. HEX triplet: 00, 3F and 22. RGB value is (0,63,34). Sum of RGB (Red+Green+Blue) = 0+63+34=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 63 (25% from 255 or 64.95% from 97); Blue value is 34 (13.67% from 255 or 35.05% from 97); Max value from RGB is 63 - color contains mainly: green. Hex color #003F22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003F22 is #FFC0DD. Grayscale: #282828. Windows color (decimal): -16761054 or 2244352. OLE color: 2244352.

HSL color Cylindrical-coordinate representation of color #003F22: hue angle of 152.38º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F22 is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.75.

Color convert

RGB06334-
CMYK100.460.75
HSL152.38º100%12.35%-
HSV(B)152.38º100%24.71%-
XYZ2.073.672.11-
YUV40.86124.1398.86-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 63 (25% from 255) = 64.95%
BLUE value IS 34 (13.67% from 255) = 35.05%
R=0%
G=64.95%
B=35.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06334100.460.75152.3810012.35
Hex03F226402E4B9864c
Octal0774214405611323014414
Binary01111111000101100100010111010010111001100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003F22; }

 p { color: rgb(0,63,34); }

 H1.HeaderClassName
 {
   color: #003F22;
 }
 .AnyTagClassName
 {
   color: #003F22;
 }
</style>
background-color css

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

 a { background-color: rgb(0,63,34); }

 div.DivClassName
 {
   background-color: #003F22;
 }
 .BgClassName
 {
   background-color: #003F22;
 }
</style>
border-color css

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

 span { border-color: rgb(0,63,34); }

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