#02432E

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

Shades of British Racing Green #02432E

Tints of British Racing Green #02432E

Color information

#02432E (or 0x02432E) is unknown color: approx British Racing Green. HEX triplet: 02, 43 and 2E. RGB value is (2,67,46). Sum of RGB (Red+Green+Blue) = 2+67+46=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 67 (26.56% from 255 or 58.26% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 67 - color contains mainly: green. Hex color #02432E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02432E is #FDBCD1. Grayscale: #2D2D2D. Windows color (decimal): -16628946 or 3031810. OLE color: 3031810.

HSL color Cylindrical-coordinate representation of color #02432E: hue angle of 160.62º 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 #02432E is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.74.

Color convert

RGB26746-
CMYK0.9700.310.74
HSL160.62º94.2%13.53%-
HSV(B)160.62º97.01%26.27%-
XYZ2.534.223.27-
YUV45.17128.4797.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.74%
GREEN value IS 67 (26.56% from 255) = 58.26%
BLUE value IS 46 (18.36% from 255) = 40%
R=1.74%
G=58.26%
B=40%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal267460.9700.310.74160.6294.213.53
Hex2432E6101F4Aa15ee
Octal21035614103711224113616
Binary101000011101110110000101111110010101010000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02432E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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