#025323

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

Shades of British Racing Green #025323

Tints of British Racing Green #025323

Color information

#025323 (or 0x025323) is unknown color: approx British Racing Green. HEX triplet: 02, 53 and 23. RGB value is (2,83,35). Sum of RGB (Red+Green+Blue) = 2+83+35=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 83 (32.81% from 255 or 69.17% from 120); Blue value is 35 (14.06% from 255 or 29.17% from 120); Max value from RGB is 83 - color contains mainly: green. Hex color #025323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025323 is #FDACDC. Grayscale: #353535. Windows color (decimal): -16624861 or 2315010. OLE color: 2315010.

HSL color Cylindrical-coordinate representation of color #025323: hue angle of 144.44º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025323 is Cyan = 0.98, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB28335-
CMYK0.9800.580.67
HSL144.44º95.29%16.67%-
HSV(B)144.44º97.59%32.55%-
XYZ3.426.322.63-
YUV53.31117.6691.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.67%
GREEN value IS 83 (32.81% from 255) = 69.17%
BLUE value IS 35 (14.06% from 255) = 29.17%
R=1.67%
G=69.17%
B=29.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal283350.9800.580.67144.4495.2916.67
Hex253236203A43905f11
Octal21234314207210322013721
Binary10101001110001111000100111010100001110010000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025323; }

 p { color: rgb(2,83,35); }

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

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

 a { background-color: rgb(2,83,35); }

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

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

 span { border-color: rgb(2,83,35); }

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