Html Css Color HEX #023D27 British Racing Green

📋 copy color: '#023D27'

red 2 ◦ green 61 ◦ blue 39

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

Shades of British Racing Green #023D27

Tints of British Racing Green #023D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 38.24%

R = 1.96%
G = 59.8%
B = 38.24%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.36

 K value IS 0.76

RGB Variations

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

Color information

#023D27 (or 0x023D27) is known color: British Racing Green. HEX triplet: 02, 3D and 27. RGB value is (2,61,39). Sum of RGB (Red+Green+Blue) = 2+61+39=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 61 (24.22% from 255 or 59.80% from 102); Blue value is 39 (15.62% from 255 or 38.24% from 102); Max value from RGB is 61 - color contains mainly: green. Hex color #023D27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023D27 is #FDC2D8. Grayscale: #282828. Windows color (decimal): -16630489 or 2571522. OLE color: 2571522.

HSL color Cylindrical-coordinate representation of color #023D27: hue angle of 157.63º 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 #023D27 is Cyan = 0.97, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.76.

Color convert

RGB 2 61 39 -
CMYK 0.97 0 0.36 0.76
HSL 157.63º 0.94% 0.12% -
HSV(B) 157.63º 0.97% 0.24% -
XYZ 2.06 3.5 2.49 -
YUV 40.85 126.95 100.29 -
System Red Green Blue C M Y K H S L
Decimal 2 61 39 0.97 0 0.36 0.76 157.63 0.94 0.12
Hex 2 3D 27 61 0 24 4C 9E 5E C
Octal 2 75 47 141 0 44 114 236 136 14
Binary 10 111101 100111 1100001 0 100100 1001100 10011110 1011110 1100

Color Harmonies of #023D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023D27

Black with #023D27

Text Example


Text Example

White with #023D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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