Html Css Color HEX #00432F British Racing Green

📋 copy color: '#00432F'

red 0 ◦ green 67 ◦ blue 47

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

Shades of British Racing Green #00432F

Tints of British Racing Green #00432F

RGB

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

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

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

R = 0%
G = 58.77%
B = 41.23%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#00432F (or 0x00432F) is known color: British Racing Green. HEX triplet: 00, 43 and 2F. RGB value is (0,67,47). Sum of RGB (Red+Green+Blue) = 0+67+47=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 67 (26.56% from 255 or 58.77% from 114); Blue value is 47 (18.75% from 255 or 41.23% from 114); Max value from RGB is 67 - color contains mainly: green. Hex color #00432F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00432F is #FFBCD0. Grayscale: #2C2C2C. Windows color (decimal): -16760017 or 3097344. OLE color: 3097344.

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

Color convert

RGB 0 67 47 -
CMYK 1 0 0.30 0.74
HSL 162.09º 1% 0.13% -
HSV(B) 162.09º 1% 0.26% -
XYZ 2.52 4.22 3.37 -
YUV 44.69 129.3 96.13 -
System Red Green Blue C M Y K H S L
Decimal 0 67 47 1 0 0.30 0.74 162.09 1 0.13
Hex 0 43 2F 64 0 1E 4A A2 64 D
Octal 0 103 57 144 0 36 112 242 144 15
Binary 0 1000011 101111 1100100 0 11110 1001010 10100010 1100100 1101

Color Harmonies of #00432F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00432F

Black with #00432F

Text Example


Text Example

White with #00432F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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