Html Css Color HEX #00432D British Racing Green

📋 copy color: '#00432D'

red 0 ◦ green 67 ◦ blue 45

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

Shades of British Racing Green #00432D

Tints of British Racing Green #00432D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 59.82%

 BLUE value IS 45 (17.97% from 255) = 40.18%

R = 0%
G = 59.82%
B = 40.18%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.33

 K value IS 0.74

RGB Variations

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

Color information

#00432D (or 0x00432D) is known color: British Racing Green. HEX triplet: 00, 43 and 2D. RGB value is (0,67,45). Sum of RGB (Red+Green+Blue) = 0+67+45=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 67 (26.56% from 255 or 59.82% from 112); Blue value is 45 (17.97% from 255 or 40.18% from 112); Max value from RGB is 67 - color contains mainly: green. Hex color #00432D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00432D is #FFBCD2. Grayscale: #2C2C2C. Windows color (decimal): -16760019 or 2966272. OLE color: 2966272.

HSL color Cylindrical-coordinate representation of color #00432D: hue angle of 160.3º 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 #00432D is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB 0 67 45 -
CMYK 1 0 0.33 0.74
HSL 160.3º 1% 0.13% -
HSV(B) 160.3º 1% 0.26% -
XYZ 2.48 4.2 3.16 -
YUV 44.46 128.3 96.29 -
System Red Green Blue C M Y K H S L
Decimal 0 67 45 1 0 0.33 0.74 160.3 1 0.13
Hex 0 43 2D 64 0 21 4A A0 64 D
Octal 0 103 55 144 0 41 112 240 144 15
Binary 0 1000011 101101 1100100 0 100001 1001010 10100000 1100100 1101

Color Harmonies of #00432D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00432D

Black with #00432D

Text Example


Text Example

White with #00432D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00432D; }

 p { color: rgb(0,67,45); }

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

background-color css

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

 a { background-color: rgb(0,67,45); }

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

border-color css

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

 span { border-color: rgb(0,67,45); }

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