#02432B

Color #02432B British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #02432B

Tints of British Racing Green #02432B

Color information

#02432B (or 0x02432B) is unknown color: approx British Racing Green. HEX triplet: 02, 43 and 2B. RGB value is (2,67,43). Sum of RGB (Red+Green+Blue) = 2+67+43=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 67 (26.56% from 255 or 59.82% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 67 - color contains mainly: green. Hex color #02432B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02432B is #FDBCD4. Grayscale: #2C2C2C. Windows color (decimal): -16628949 or 2835202. OLE color: 2835202.

HSL color Cylindrical-coordinate representation of color #02432B: hue angle of 157.85º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02432B is Cyan = 0.97, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB26743-
CMYK0.9700.360.74
HSL157.85º94.2%13.53%-
HSV(B)157.85º97.01%26.27%-
XYZ2.474.22.97-
YUV44.83126.9797.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.79%
GREEN value IS 67 (26.56% from 255) = 59.82%
BLUE value IS 43 (17.19% from 255) = 38.39%
R=1.79%
G=59.82%
B=38.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal267430.9700.360.74157.8594.213.53
Hex2432B610244A9e5ee
Octal21035314104411223613616
Binary1010000111010111100001010010010010101001111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02432B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02432B; }

 p { color: rgb(2,67,43); }

 H1.HeaderClassName
 {
   color: #02432B;
 }
 .AnyTagClassName
 {
   color: #02432B;
 }
</style>
background-color css

<style>
 a { background-color: #02432B; }

 a { background-color: rgb(2,67,43); }

 div.DivClassName
 {
   background-color: #02432B;
 }
 .BgClassName
 {
   background-color: #02432B;
 }
</style>
border-color css

<style>
 span { border-color: #02432B; }

 span { border-color: rgb(2,67,43); }

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