Html Css Color HEX #00442F British Racing Green

📋 copy color: '#00442F'

red 0 ◦ green 68 ◦ blue 47

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

Shades of British Racing Green #00442F

Tints of British Racing Green #00442F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 40.87%

R = 0%
G = 59.13%
B = 40.87%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#00442F (or 0x00442F) is known color: British Racing Green. HEX triplet: 00, 44 and 2F. RGB value is (0,68,47). Sum of RGB (Red+Green+Blue) = 0+68+47=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 68 (26.95% from 255 or 59.13% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 68 - color contains mainly: green. Hex color #00442F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00442F is #FFBBD0. Grayscale: #2D2D2D. Windows color (decimal): -16759761 or 3097600. OLE color: 3097600.

HSL color Cylindrical-coordinate representation of color #00442F: hue angle of 161.47º 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 #00442F is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 68 47 -
CMYK 1 0 0.31 0.73
HSL 161.47º 1% 0.13% -
HSV(B) 161.47º 1% 0.27% -
XYZ 2.58 4.34 3.39 -
YUV 45.27 128.97 95.71 -
System Red Green Blue C M Y K H S L
Decimal 0 68 47 1 0 0.31 0.73 161.47 1 0.13
Hex 0 44 2F 64 0 1F 49 A1 64 D
Octal 0 104 57 144 0 37 111 241 144 15
Binary 0 1000100 101111 1100100 0 11111 1001001 10100001 1100100 1101

Color Harmonies of #00442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00442F

Black with #00442F

Text Example


Text Example

White with #00442F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00442F; }

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

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

background-color css

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

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

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

border-color css

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

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

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