Html Css Color HEX #023D2B British Racing Green

📋 copy color: '#023D2B'

red 2 ◦ green 61 ◦ blue 43

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

Shades of British Racing Green #023D2B

Tints of British Racing Green #023D2B

RGB

 RED value IS 2 (1.17% from 255) = 1.89%

 GREEN value IS 61 (24.22% from 255) = 57.55%

 BLUE value IS 43 (17.19% from 255) = 40.57%

R = 1.89%
G = 57.55%
B = 40.57%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.30

 K value IS 0.76

RGB Variations

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

Color information

#023D2B (or 0x023D2B) is known color: British Racing Green. HEX triplet: 02, 3D and 2B. RGB value is (2,61,43). Sum of RGB (Red+Green+Blue) = 2+61+43=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 61 (24.22% from 255 or 57.55% from 106); Blue value is 43 (17.19% from 255 or 40.57% from 106); Max value from RGB is 61 - color contains mainly: green. Hex color #023D2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023D2B is #FDC2D4. Grayscale: #292929. Windows color (decimal): -16630485 or 2833666. OLE color: 2833666.

HSL color Cylindrical-coordinate representation of color #023D2B: hue angle of 161.69º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023D2B is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.76.

Color convert

RGB 2 61 43 -
CMYK 0.97 0 0.30 0.76
HSL 161.69º 0.94% 0.12% -
HSV(B) 161.69º 0.97% 0.24% -
XYZ 2.13 3.52 2.85 -
YUV 41.31 128.95 99.96 -
System Red Green Blue C M Y K H S L
Decimal 2 61 43 0.97 0 0.30 0.76 161.69 0.94 0.12
Hex 2 3D 2B 61 0 1E 4C A2 5E C
Octal 2 75 53 141 0 36 114 242 136 14
Binary 10 111101 101011 1100001 0 11110 1001100 10100010 1011110 1100

Color Harmonies of #023D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023D2B

Black with #023D2B

Text Example


Text Example

White with #023D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023D2B; }

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

 H1.HeaderClassName
 {
   color: #023D2B;
 }
 .AnyTagClassName
 {
   color: #023D2B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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