Html Css Color HEX #00391C British Racing Green

📋 copy color: '#00391C'

red 0 ◦ green 57 ◦ blue 28

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

Shades of British Racing Green #00391C

Tints of British Racing Green #00391C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 67.06%

 BLUE value IS 28 (11.33% from 255) = 32.94%

R = 0%
G = 67.06%
B = 32.94%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.51

 K value IS 0.78

RGB Variations

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

Color information

#00391C (or 0x00391C) is known color: British Racing Green. HEX triplet: 00, 39 and 1C. RGB value is (0,57,28). Sum of RGB (Red+Green+Blue) = 0+57+28=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 57 (22.66% from 255 or 67.06% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 57 - color contains mainly: green. Hex color #00391C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00391C is #FFC6E3. Grayscale: #242424. Windows color (decimal): -16762596 or 1849600. OLE color: 1849600.

HSL color Cylindrical-coordinate representation of color #00391C: hue angle of 149.47º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00391C is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 57 28 -
CMYK 1 0 0.51 0.78
HSL 149.47º 1% 0.11% -
HSV(B) 149.47º 1% 0.22% -
XYZ 1.67 3.01 1.59 -
YUV 36.65 123.12 101.86 -
System Red Green Blue C M Y K H S L
Decimal 0 57 28 1 0 0.51 0.78 149.47 1 0.11
Hex 0 39 1C 64 0 33 4E 95 64 B
Octal 0 71 34 144 0 63 116 225 144 13
Binary 0 111001 11100 1100100 0 110011 1001110 10010101 1100100 1011

Color Harmonies of #00391C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00391C

Black with #00391C

Text Example


Text Example

White with #00391C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,57,28); }

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

background-color css

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

 a { background-color: rgb(0,57,28); }

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

border-color css

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

 span { border-color: rgb(0,57,28); }

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