Html Css Color HEX #00402C British Racing Green

📋 copy color: '#00402C'

red 0 ◦ green 64 ◦ blue 44

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

Shades of British Racing Green #00402C

Tints of British Racing Green #00402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 59.26%

 BLUE value IS 44 (17.58% from 255) = 40.74%

R = 0%
G = 59.26%
B = 40.74%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#00402C (or 0x00402C) is known color: British Racing Green. HEX triplet: 00, 40 and 2C. RGB value is (0,64,44). Sum of RGB (Red+Green+Blue) = 0+64+44=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 64 (25.39% from 255 or 59.26% from 108); Blue value is 44 (17.58% from 255 or 40.74% from 108); Max value from RGB is 64 - color contains mainly: green. Hex color #00402C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00402C is #FFBFD3. Grayscale: #2A2A2A. Windows color (decimal): -16760788 or 2899968. OLE color: 2899968.

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

Color convert

RGB 0 64 44 -
CMYK 1 0 0.31 0.75
HSL 161.25º 1% 0.13% -
HSV(B) 161.25º 1% 0.25% -
XYZ 2.29 3.85 3.01 -
YUV 42.58 128.8 97.63 -
System Red Green Blue C M Y K H S L
Decimal 0 64 44 1 0 0.31 0.75 161.25 1 0.13
Hex 0 40 2C 64 0 1F 4B A1 64 D
Octal 0 100 54 144 0 37 113 241 144 15
Binary 0 1000000 101100 1100100 0 11111 1001011 10100001 1100100 1101

Color Harmonies of #00402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00402C

Black with #00402C

Text Example


Text Example

White with #00402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00402C; }

 p { color: rgb(0,64,44); }

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

background-color css

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

 a { background-color: rgb(0,64,44); }

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

border-color css

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

 span { border-color: rgb(0,64,44); }

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